diff bbc/peel/.htaccess @ 4:5e7bede04fc5

Update Peel redirects
author Chris Cannam
date Thu, 02 Nov 2017 10:37:39 +0000
parents 1e44d666ced1
children
line wrap: on
line diff
--- a/bbc/peel/.htaccess	Wed Nov 01 15:27:24 2017 +0000
+++ b/bbc/peel/.htaccess	Thu Nov 02 10:37:39 2017 +0000
@@ -3,9 +3,10 @@
 RewriteBase /bbc/peel
 RewriteRule ^$ johnpeel.html [L]
 
-RewriteRule store/(.*) http://localhost:3030/$1 [P]
-RewriteRule sparql/ http://localhost:3030/sparql/ [P]
-# prevent the last rule firing for these file types :
+RewriteRule store(.*) http://localhost:3030/bbc/peel/cliopatria/yasgui/index.html [P]
+RewriteRule sparql http://localhost:3030/bbc/peel/cliopatria/sparql [P]
+RewriteRule cliopatria/(.*) http://localhost:3030/bbc/peel/cliopatria/$1 [P]
 RewriteRule ^(.*)\.(html|css|mov)$ - [P]
 
 RewriteRule ^(.*)$ http://localhost:3031/$1 [P]
+