4f0d7879a4aa8ac3b371a744ffcb9cae21ca8aa9
[wikifarm.git] / .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]