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