Chris@0: RewriteEngine on Chris@0: RewriteBase /hotbed Chris@0: Chris@0: # Directory index - we'll pretend I know how these work :/ -j Chris@0: RewriteRule ^(.*hotbed)$ $1/hotbed.html Chris@0: RewriteRule ^$ hotbed.html Chris@0: Chris@0: # prevent the last rule firing for these file types : Chris@0: RewriteRule ^(.*)\.(html|css|mov)$ - [P] Chris@0: Chris@0: RewriteRule ^(.*)$ http://isophonics.net:2021/hotbed/$1 [P]