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