diff facet-demo/.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/facet-demo/.htaccess	Fri Oct 13 09:23:49 2017 +0100
@@ -0,0 +1,5 @@
+RewriteEngine on
+RewriteBase /facet-demo
+
+RewriteRule ^(.*)$ http://localhost:3050/$1 [P]
+