Hack to setup directories :
[wikifarm.git] / install / NomDuWiki / .htaccess
1 RewriteEngine On
2 RewriteBase /~NomDuWiki/
3 RewriteRule ^$    index.php [L]
4 RewriteRule ^index.php$    index.php [L]
5 RewriteCond %{REQUEST_FILENAME} !-f
6 RewriteCond %{REQUEST_FILENAME} !-d
7 RewriteRule (.*)    index.php?n=$1 [QSA,L]