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

History | View | Annotate | Download (316 Bytes)

1
RewriteEngine on
2
RewriteBase /last-fm
3

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

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

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