Arrange templates by module
[platal.git] / htdocs / .htaccess
index 54469c6..3753de7 100644 (file)
@@ -1,13 +1,9 @@
 Options +FollowSymLinks
 RewriteEngine on
 
-RewriteBase /~x2001corpet
-
-# wiki
-
-RewriteRule ^([A-Z].*) wiki.php?n=$1 [L,QSA]
+RewriteBase /~x2000habouzit
 
 # 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]