stray closing /TABLE in the no-ticket case
[freeside.git] / htetc / freeside-rt.conf
index bcc5de3..fe0142e 100644 (file)
@@ -90,3 +90,13 @@ SetHandler perl-script
 PerlHandler HTML::Mason 
 </Directory>
 
+#XXX support running without /freeside in 4.x?  or are we just giving up on
+# that and putting a redirect in at / ?
+Alias /freeside/rt/static "/opt/rt3/share/static"
+<Directory "/opt/rt3/share/static">
+<Limit GET POST>
+allow from all
+Satisfy any
+</Limit>
+</Directory>
+