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