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]