Commit 5619a1b6 authored by Andy Dawson's avatar Andy Dawson

QSA is also unnecessary. as pointed out by @mheleniak

parent 37f52330
...@@ -4,5 +4,5 @@ ...@@ -4,5 +4,5 @@
RewriteEngine On RewriteEngine On
#RewriteBase /path/to/app #RewriteBase /path/to/app
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L] RewriteRule ^ index.php [L]
</IfModule> </IfModule>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment