create an API to retrieve emails and set new clients, add very rudimentary client...
[authserver.git] / .htaccess
CommitLineData
ea0452ad
RK
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]