repair routing under apache mod_php/mod_redir

This commit is contained in:
MaZderMind 2016-12-26 00:30:23 +01:00
parent 51cf468620
commit 0beac83b95

View file

@ -5,4 +5,8 @@ RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule (.*) index.php?route=$1&htaccess=1 [L]
RewriteRule (.*) index.php?route=$1&htaccess=1 [L,QSA]
RewriteRule ^/?$ index.php?route=$1&htaccess=1 [L,QSA]
#DirectoryIndex index.php?htaccess=1
DirectoryIndex disabled