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-old

History | View | Annotate | Download (389 Bytes)

1

    
2
# Directory index - we'll pretend I know how these work :/ -j
3
RewriteRule ^(.*jamendo)$ $1/jamendo.html
4
RewriteRule ^$ jamendo.html
5

    
6
RewriteRule sparqlweb/(.*) http://localhost:2105/$1 [P]
7
RewriteRule sparql/ http://localhost:2105/sparql/ [P]
8

    
9
# prevent the last rule firing for these file types :
10
RewriteRule ^(.*)\.(html|css|mov)$ - [P]
11

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