view bbc/peel/.htaccess @ 19:1e79ce3ff5f5 tip

Simplify and cut some non-working resource paths
author Chris Cannam
date Wed, 08 Nov 2017 15:27:23 +0000
parents 5e7bede04fc5
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]