Relook wiki administration page to show the tree structure of the site
[platal.git] / htdocs / .htaccess
1 Options +FollowSymLinks
2 RewriteEngine on
3
4 RewriteBase /~x2000habouzit
5
6 # Rewrite URLs of the form 'index.php?q=x':
7 RewriteCond %{REQUEST_FILENAME} !-f
8 RewriteCond %{REQUEST_FILENAME} !-d
9 RewriteRule ^(.*)$ ?n=$1 [L,QSA]