From 4c22a098c12c329cb6df22305e46a13dedf1aacf Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Tue, 27 Feb 2018 12:32:58 -0600 Subject: [PATCH] remove QSA, seems to cause problems --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 5b9341a5..43fdeeea 100755 --- a/.htaccess +++ b/.htaccess @@ -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]