migrate referent + profile edition
[platal.git] / htdocs / .htaccess
CommitLineData
4a5fb34b 1Options +FollowSymLinks
2RewriteEngine on
3
4RewriteBase /~x2000habouzit
5
6# wiki
7
8RewriteRule ^([A-Z].*) wiki.php?n=$1 [L,QSA]
9
10# Rewrite URLs of the form 'index.php?q=x':
11RewriteCond %{REQUEST_FILENAME} !-f
12RewriteCond %{REQUEST_FILENAME} !-d
0889eb33 13RewriteRule ^(.*)$ index.php?p=$1 [L,QSA]