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