Switches to a 3-state geocoding: the user can choose to keep the geocoded properties...
[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]