Chris@0: Chris@0: # Directory index - we'll pretend I know how these work :/ -j Chris@0: RewriteRule ^(.*jamendo)$ $1/jamendo.html Chris@0: RewriteRule ^$ jamendo.html Chris@0: Chris@0: RewriteRule sparqlweb/(.*) http://localhost:2105/$1 [P] Chris@0: RewriteRule sparql/ http://localhost:2105/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:2104/$1 [P]