view tutorial/.htaccess @ 0:1e44d666ced1

Import site from parrot
author Chris Cannam
date Fri, 13 Oct 2017 09:23:49 +0100
parents
children
line wrap: on
line source
RewriteEngine On

RewriteBase /tutorial
RewriteRule ^$ index.html [L]

RewriteRule ^dataset$ http://localhost:3333/ [P]
RewriteRule resource/(.*) http://localhost:3333/$1 [P]
RewriteRule ^sparql/$ http://localhost:3334/sparql/ [P]
RewriteRule ^services/sparql$ http://localhost:3334/sparql/ [P]
RewriteRule ^(.*)\.(html|css|mov)$ - [P]