From b906d5eb0199625e8ae02545fdab2a151738da89 Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 28 Jan 2015 11:07:44 +0100 Subject: * RewriteBase removed --- http/.htaccess | 2 -- 1 file changed, 2 deletions(-) diff --git a/http/.htaccess b/http/.htaccess index 28a620e..92130fb 100644 --- a/http/.htaccess +++ b/http/.htaccess @@ -1,7 +1,5 @@ RewriteEngine On -RewriteBase / - RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule ^[^\.]*$ index.php [QSA,L] -- cgit v1.2.3