From d81417836acb3b066ff9df97fcc06f85eb17304f Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 29 Jan 2017 08:18:26 -0500 Subject: Add RewriteBase in .htaccess --- .htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.htaccess b/.htaccess index 77ad71ee..24bfe9be 100644 --- a/.htaccess +++ b/.htaccess @@ -3,6 +3,9 @@ SetEnv HTTP_MOD_REWRITE On + # Uncomment this line depending of your Apache configuration + # RewriteBase / + RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [QSA,L] -- cgit v1.2.3