annotate chord/.htaccess @ 0:1e44d666ced1

Import site from parrot
author Chris Cannam
date Fri, 13 Oct 2017 09:23:49 +0100
parents
children
rev   line source
Chris@0 1 RewriteEngine on
Chris@0 2
Chris@0 3 RewriteBase /chord
Chris@0 4 RewriteRule ^(.*chord)$ $1/
Chris@0 5 RewriteRule ^(.*)$ http://localhost:1111/$1 [P]