Mercurial > hg > dbtune-site
comparison tutorial/.htaccess @ 0:1e44d666ced1
Import site from parrot
author | Chris Cannam |
---|---|
date | Fri, 13 Oct 2017 09:23:49 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1e44d666ced1 |
---|---|
1 RewriteEngine On | |
2 | |
3 RewriteBase /tutorial | |
4 RewriteRule ^$ index.html [L] | |
5 | |
6 RewriteRule ^dataset$ http://localhost:3333/ [P] | |
7 RewriteRule resource/(.*) http://localhost:3333/$1 [P] | |
8 RewriteRule ^sparql/$ http://localhost:3334/sparql/ [P] | |
9 RewriteRule ^services/sparql$ http://localhost:3334/sparql/ [P] | |
10 RewriteRule ^(.*)\.(html|css|mov)$ - [P] | |
11 |