various fixes for php5.
[platal.git] / htdocs / .htaccess
index 73d78b6..3753de7 100644 (file)
@@ -3,11 +3,7 @@ RewriteEngine on
 
 RewriteBase /~x2000habouzit
 
-# wiki
-
-RewriteRule ^([A-Z].*) wiki.php?n=$1 [L,QSA]
-
 # Rewrite URLs of the form 'index.php?q=x':
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-d
-RewriteRule ^(.*)$ index.php?p=$1 [L,QSA]
+RewriteRule ^(.*)$ ?n=$1 [L,QSA]