comparison sandbox/.htaccess @ 0:1e44d666ced1

Import site from parrot
author Chris Cannam
date Fri, 13 Oct 2017 09:23:49 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1e44d666ced1
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]