From 876aeb3c3c5a851afaf36740ec31a7a9ca7472ba Mon Sep 17 00:00:00 2001 From: mkibiger Date: Mon, 18 Jan 2016 21:24:54 +0100 Subject: [PATCH] Add RewriteBase to .htaccess can trigger an issue in apache. gives 404 errors --- .htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.htaccess b/.htaccess index b0f5e4c..a008a95 100644 --- a/.htaccess +++ b/.htaccess @@ -11,6 +11,9 @@ RewriteEngine on + + #Edit this if the installation is in a subfolder + RewriteBase / RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]