summaryrefslogtreecommitdiff
path: root/htetc
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-07-10 01:27:59 -0700
committerIvan Kohler <ivan@freeside.biz>2015-07-10 01:27:59 -0700
commited896d3f361d812337ec44dd4cf8f561d4192a80 (patch)
tree1e0ca56679b5f44465974a939a3715cb13f3cee5 /htetc
parent4460a9b975060d47a2076d3eae93c3d440106c60 (diff)
fix RT 4.2.11 javascript inclusion, at least for RichText / ckeditor, RT#13852
Diffstat (limited to 'htetc')
-rw-r--r--htetc/freeside-rt.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/htetc/freeside-rt.conf b/htetc/freeside-rt.conf
index bcc5de3..fe0142e 100644
--- a/htetc/freeside-rt.conf
+++ b/htetc/freeside-rt.conf
@@ -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>
+