update to newer DBAL and oauth-server (though DBAL is still ancient)
[authserver.git] / app / .htaccess
CommitLineData
88191064
RK
1# Make sure the MultiViews from mod_negotiation do not interfere with the forwarding set below.
2Options -MultiViews
3
4RewriteEngine On
5# Send calls to the PHP equivalents.
6RewriteCond %{query_string} ^(.+) [NC]
db9f4a49
RK
7RewriteRule ^(authorize|token|api)$ $1.php?%1 [L,NE,PT,UnsafeAllow3F]
8RewriteRule ^(authorize|token|api)$ $1.php [L,NE,PT,UnsafeAllow3F]