Wiki search do not require admin perms
[platal.git] / htdocs / .htaccess
index 4c8f34b..3753de7 100644 (file)
@@ -1,15 +1,9 @@
-DirectoryIndex test.php index.php
-
 Options +FollowSymLinks
 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 ^(.*)$ test.php?p=$1 [L,QSA]
+RewriteRule ^(.*)$ ?n=$1 [L,QSA]