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