X-Git-Url: https://git-public.kairo.at/?p=authserver.git;a=blobdiff_plain;f=.htaccess;fp=.htaccess;h=da4a7f8646c1a4e2d82adb2ef7a45c35cb00abb7;hp=0000000000000000000000000000000000000000;hb=ea0452ad570f441f151a8a083e0810c12476a134;hpb=3ae4786131db55882ccb0ec34ead383bf6ba3143 diff --git a/.htaccess b/.htaccess new file mode 100644 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]