diff -r f99fb84bd959 -r 7c68a18a27be install.php --- 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);