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