install/includes/payload.php
changeset 350 dd7cbc97f681
parent 349 fdaf9070566c
child 353 2398420f48e7
--- a/install/includes/payload.php	Thu Jan 17 02:03:33 2008 -0500
+++ b/install/includes/payload.php	Thu Jan 17 09:39:56 2008 -0500
@@ -279,7 +279,7 @@
 RewriteCond %{REQUEST_FILENAME} !-d
 
 # Main rule - short and sweet
-RewriteRule (.*) index.php?title=\$1
+RewriteRule (.*) index.php?title=\$1 [L,QSA]
 
 EOF;
     fwrite($hh, $hhc);