diff --git a/.htaccess b/.htaccess index 77ad71eea..24bfe9be6 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]