diff -r fdaf9070566c -r dd7cbc97f681 install/includes/payload.php --- 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);