view magnatune/.htaccess @ 8:96bee13d016e

Index fixes
author Chris Cannam
date Tue, 07 Nov 2017 10:37:27 +0000
parents 8d07230d9c33
children
line wrap: on
line source
RewriteEngine On

RewriteBase /magnatune
RewriteRule ^$ magnatune.html [L]

RewriteRule store(.*) http://localhost:2020/magnatune/cliopatria/yasgui/index.html [P]
RewriteRule sparql http://localhost:2020/magnatune/cliopatria/sparql [P]
RewriteRule cliopatria/(.*) http://localhost:2020/magnatune/cliopatria/$1 [P]
RewriteRule ^(.*)\.(html|css|mov)$ - [P]

RewriteRule ^(.*)$ http://localhost:2021/$1 [P]