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