suppress error as result will be fine
[authserver.git] / .htaccess
1         RewriteEngine On
2         # Send calls to the PHP equivalents.
3         RewriteCond %{query_string} ^(.+) [NC]
4         RewriteRule ^(authorize|token|api)$ /$1.php?%1 [L,NE,PT]
5         RewriteRule ^(authorize|token|api)$ /$1.php [L,NE,PT]