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

History | View | Annotate | Download (316 Bytes)

1
RewriteEngine on
2
RewriteBase /sandbox
3

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

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

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