Mercurial > hg > dbtune-site
view magnatune/.htaccess @ 16:048d2a1c4c89
Don't want these .htaccesses any more, they interfere with the parent one
author | Chris Cannam |
---|---|
date | Wed, 08 Nov 2017 14:06:24 +0000 |
parents | 96bee13d016e |
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]