Try alternate trick for Dreamhost tomfoolery, I think this'll work.
[htmlpurifier-web.git] / .htaccess
blobbd024fd328db3c92599f58630a0d8c9e7b7af1ee
1 RewriteEngine on
3 # Explicitly rewrite DirectoryIndex
4 RewriteRule ^$ index.html
5 RewriteRule !.html$ - [L]
6 RewriteCond %{REQUEST_FILENAME} !-f
7 RewriteRule ^(.+\.html)$ main.php?f=$1 [L,PT]