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 / magnatune / .htaccess

History | View | Annotate | Download (405 Bytes)

1
RewriteEngine On
2

    
3
RewriteBase /magnatune
4
RewriteRule ^$ magnatune.html [L]
5

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

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