view 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 source
RewriteEngine On

RewriteBase /bbc/peel
RewriteRule ^$ johnpeel.html [L]

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]