remove QSA, seems to cause problems

This commit is contained in:
Nabeel Shahzad
2018-02-27 12:32:58 -06:00
parent 18aa573a16
commit 4c22a098c1

View File

@@ -41,4 +41,4 @@ RewriteRule ^(.*)/$ /$1 [L,R=301]
# Handle Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L, QSA]
RewriteRule ^ index.php [L]