Changelog
[platal.git] / htdocs / .htaccess
1 Options +FollowSymLinks
2 RewriteEngine on
3
4 RewriteBase /~x2001corpet
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]