Add RewriteBase in .htaccess

This commit is contained in:
Frederic Guillot 2017-01-29 08:18:26 -05:00
parent ba544882de
commit d81417836a
1 changed files with 3 additions and 0 deletions

View File

@ -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]