diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tutorial/.htaccess	Fri Oct 13 09:23:49 2017 +0100
@@ -0,0 +1,11 @@
+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]
+