Fix mYk's issues
[platal.git] / htdocs / .htaccess
1 Options +FollowSymLinks
2 RewriteEngine on
3
4 RewriteBase /~x2003bruneau
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]