Chris@0: RewriteEngine On Chris@0: Chris@0: RewriteBase /tutorial Chris@0: RewriteRule ^$ index.html [L] Chris@0: Chris@0: RewriteRule ^dataset$ http://localhost:3333/ [P] Chris@0: RewriteRule resource/(.*) http://localhost:3333/$1 [P] Chris@0: RewriteRule ^sparql/$ http://localhost:3334/sparql/ [P] Chris@0: RewriteRule ^services/sparql$ http://localhost:3334/sparql/ [P] Chris@0: RewriteRule ^(.*)\.(html|css|mov)$ - [P] Chris@0: