Remove the deprecated profil.css
[platal.git] / htdocs / .htaccess.in
1 RewriteEngine on
2
3 RewriteBase @REWRITE_BASE@
4
5 # Rewrite URLs of the form 'index.php?q=x':
6 RewriteCond %{REQUEST_FILENAME} !-f
7 RewriteCond %{REQUEST_FILENAME} !-d
8 RewriteRule ^(.*)$ ?n=$1 [L,QSA]