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 / jamendo / .htaccess @ 0:1e44d666ced1

History | View | Annotate | Download (269 Bytes)

1
RewriteEngine On
2

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

    
6
RewriteRule store/(.*) http://localhost:2105/$1 [P]
7
RewriteRule sparql/ http://localhost:2105/sparql/ [P]
8
RewriteRule ^(.*)\.(html|css|mov)$ - [P]
9

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