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