make the path be taken from 'n' instead of 'p' so that it's the same as
[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 ^(.*)$ index.php?n=$1 [L,QSA]