Add RewriteBase in .htaccess
This commit is contained in:
@@ -3,6 +3,9 @@
|
|||||||
|
|
||||||
SetEnv HTTP_MOD_REWRITE On
|
SetEnv HTTP_MOD_REWRITE On
|
||||||
|
|
||||||
|
# Uncomment this line depending of your Apache configuration
|
||||||
|
# RewriteBase /
|
||||||
|
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
RewriteRule ^ index.php [QSA,L]
|
RewriteRule ^ index.php [QSA,L]
|
||||||
|
|||||||
Reference in New Issue
Block a user