Wiki search do not require admin perms
[platal.git] / htdocs / .htaccess
index 6310a7b..3753de7 100644 (file)
@@ -6,4 +6,4 @@ RewriteBase /~x2000habouzit
 # 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]