Add RewriteBase to .htaccess

can trigger an issue in apache. gives 404 errors
pull/30/head
mkibiger 2016-01-18 21:24:54 +01:00
parent ca4cc753cb
commit 876aeb3c3c
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@
<IfModule mod_rewrite.c>
RewriteEngine on
#Edit this if the installation is in a subfolder
RewriteBase /
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]