Commit 1cbb20e1 authored by Jerome TAMARELLE's avatar Jerome TAMARELLE Committed by Jerome TAMARELLE

Suggest using QSA in apache config to get access to query parameters

parent 1cd7f3f0
......@@ -15,7 +15,7 @@ following ``.htaccess`` file:
RewriteEngine On
#RewriteBase /path/to/app
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
RewriteRule ^ index.php [QSA,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