8d2c3bf0b4d5de00665884a069f0944de7c14279
[platal.git] / .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]