reinstate css as a symlink
[platal.git] / htdocs / .htaccess
CommitLineData
4a5fb34b 1Options +FollowSymLinks
2RewriteEngine on
3
dbf15948 4RewriteBase /~x2000habouzit
4a5fb34b 5
4a5fb34b 6# Rewrite URLs of the form 'index.php?q=x':
7RewriteCond %{REQUEST_FILENAME} !-f
8RewriteCond %{REQUEST_FILENAME} !-d
27472b85 9RewriteRule ^(.*)$ index.php?n=$1 [L,QSA]