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

History | View | Annotate | Download (324 Bytes)

1
RewriteEngine on
2
RewriteBase /hotbed
3

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

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

    
11
RewriteRule ^(.*)$ http://isophonics.net:2021/hotbed/$1 [P]