Chris@0: RewriteEngine On Chris@0: Chris@0: RewriteBase /henry Chris@0: RewriteRule ^$ henry.html [L] Chris@0: Chris@0: RewriteRule store/(.*) http://localhost:3070/$1 [P] Chris@0: RewriteRule sparql/ http://localhost:3070/sparql/ [P] 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:3070/$1 [P]