merge
[platal.git] / htdocs / .htaccess
CommitLineData
4a5fb34b 1Options +FollowSymLinks
2RewriteEngine on
3
e7d3e061 4RewriteBase /~x2003bruneau
4a5fb34b 5
4a5fb34b 6# Rewrite URLs of the form 'index.php?q=x':
7RewriteCond %{REQUEST_FILENAME} !-f
8RewriteCond %{REQUEST_FILENAME} !-d
6d262738 9RewriteRule ^(.*)$ ?n=$1 [L,QSA]