install.php
changeset 85 7c68a18a27be
parent 82 03c7f5ec1e4c
child 91 8079b0288e8e
--- a/install.php	Mon Aug 06 10:37:42 2007 -0400
+++ b/install.php	Thu Aug 09 12:26:16 2007 -0400
@@ -1119,7 +1119,7 @@
 RewriteEngine on
 RewriteCond %{REQUEST_FILENAME} !-d
 RewriteCond %{REQUEST_FILENAME} !-f
-RewriteRule ^(.+) '.scriptPath.'/index.php/$1 [L,QSA]
+RewriteRule ^(.+) '.scriptPath.'/index.php?title=$1 [L,QSA]
 RewriteRule \.(php|html|gif|jpg|png|css|js)$ - [L]
 ');
         fclose($ht);