To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Revision:

root / bbc / playcount / .htaccess @ 0:1e44d666ced1

History | View | Annotate | Download (396 Bytes)

1
RewriteEngine On
2

    
3
RewriteBase /bbc/playcount
4
RewriteRule ^$ playcount.html
5

    
6
RewriteRule store/(.*) http://localhost:3062/$1 [P]
7
RewriteRule sparql/ http://localhost:3062/sparql/ [P]
8
# prevent the last rule firing for these file types :
9
RewriteRule ^(.*)\.(html|css|mov)$ - [P]
10

    
11
RewriteRule ^(.*)$ http://dbtune.org/bbc/playcount/sparql/?query=DESCRIBE<http://dbtune.org/bbc/playcount/$1> [R=303]