# HG changeset patch # User Chris Cannam # Date 1509619059 0 # Node ID 5e7bede04fc5d0e86ee0bb08ecaa6e00275ff55f # Parent 8d07230d9c3310dba97689ed427bb75cd85f722a Update Peel redirects diff -r 8d07230d9c33 -r 5e7bede04fc5 bbc/peel/.htaccess --- 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] +