Commit 5ad81b90 authored by Andy Dawson's avatar Andy Dawson

QSA is also unnecessary. as pointed out by @mheleniak

parent 5619a1b6
......@@ -29,7 +29,7 @@ are using apache you can use a ``.htaccess`` file for this.
RewriteEngine On
#RewriteBase /path/to/app
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]
RewriteRule ^ index.php [L]
</IfModule>
.. note::
......
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