Chris@0: RewriteEngine on Chris@0: RewriteBase /last-fm Chris@0: Chris@0: # Directory index - we'll pretend I know how these work :/ -j Chris@0: RewriteRule ^(.*last-fm)$ $1/last-fm.html Chris@0: RewriteRule ^$ last-fm.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://localhost:3060/$1 [P]