Mercurial > hg > dbtune-site
view bbc/playcount/.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 | 1e44d666ced1 |
children |
line wrap: on
line source
RewriteEngine On RewriteBase /bbc/playcount RewriteRule ^$ playcount.html RewriteRule store/(.*) http://localhost:3062/$1 [P] RewriteRule sparql/ http://localhost:3062/sparql/ [P] # prevent the last rule firing for these file types : RewriteRule ^(.*)\.(html|css|mov)$ - [P] RewriteRule ^(.*)$ http://dbtune.org/bbc/playcount/sparql/?query=DESCRIBE<http://dbtune.org/bbc/playcount/$1> [R=303]