X-Git-Url: https://git-public.kairo.at/?p=authserver.git;a=blobdiff_plain;f=.htaccess;fp=.htaccess;h=0000000000000000000000000000000000000000;hp=839b7b0c153444ff0cd4267232a98f3e8bbc5fcc;hb=04116cc5dabb951023fb511fda0dc36956d6a84a;hpb=c4e0aceb5d9e9076effd75de03f4588b65329740 diff --git a/.htaccess b/.htaccess deleted file mode 100644 index 839b7b0..0000000 --- a/.htaccess +++ /dev/null @@ -1,8 +0,0 @@ -# Make sure the MultiViews from mod_negotiation do not interfere with the forwarding set below. -Options -MultiViews - -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]