To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Revision:

root / tutorial / .htaccess

History | View | Annotate | Download (337 Bytes)

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