3753de7ce2c7d03550e2645187c6ff9b4053f78a
[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]