]> andersk Git - zcommit.git/blobdiff - .htaccess
.htaccess: Do not use [QSA] on the RewriteRule.
[zcommit.git] / .htaccess
index 3fc5a02dbe28c683e6535e3da072c69c631910c6..91ead11277b0002cfb712338d771dc79225c8d7a 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -1,4 +1,4 @@
 RewriteEngine on
 
 RewriteCond %{REQUEST_FILENAME} !-f
-RewriteRule ^(.*)$ zcommit.py/$1 [QSA,L]
+RewriteRule ^(.*)$ zcommit.py/$1 [L]
This page took 0.286967 seconds and 4 git commands to generate.