to show, so that we can make both live in the same directory \o/
remove any reference to index.php in the .htaccess files
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@736
839d8a87-29fc-0310-9880-
83ba4fa771e5
# Rewrite URLs of the form 'index.php?q=x':
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
-RewriteRule ^(.*)$ index.php?n=$1 [L,QSA]
+RewriteRule ^(.*)$ ?n=$1 [L,QSA]
# Rewrite URLs of the form 'index.php?q=x':
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
-RewriteRule ^(.*)$ index.php?n=$1 [L,QSA]
+RewriteRule ^(.*)$ ?n=$1 [L,QSA]