diff hotbed/.htaccess @ 0:1e44d666ced1

Import site from parrot
author Chris Cannam
date Fri, 13 Oct 2017 09:23:49 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hotbed/.htaccess	Fri Oct 13 09:23:49 2017 +0100
@@ -0,0 +1,11 @@
+RewriteEngine on
+RewriteBase /hotbed
+
+# Directory index - we'll pretend I know how these work :/ -j
+RewriteRule ^(.*hotbed)$ $1/hotbed.html
+RewriteRule ^$ hotbed.html
+
+# prevent the last rule firing for these file types :
+RewriteRule ^(.*)\.(html|css|mov)$ - [P]
+
+RewriteRule ^(.*)$ http://isophonics.net:2021/hotbed/$1 [P]