create an API to retrieve emails and set new clients, add very rudimentary client...
[authserver.git] / .htaccess
diff --git a/.htaccess b/.htaccess
new file mode 100644 (file)
index 0000000..da4a7f8
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,5 @@
+       RewriteEngine On
+       # Send calls to the PHP equivalents.
+       RewriteCond %{query_string} ^(.+) [NC]
+       RewriteRule ^(authorize|token|api)$ /$1.php?%1 [L,NE,PT]
+       RewriteRule ^(authorize|token|api)$ /$1.php [L,NE,PT]