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

History | View | Annotate | Download (320 Bytes)

1
RewriteEngine On
2

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

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

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

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