summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--htetc/freeside-rt.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/htetc/freeside-rt.conf b/htetc/freeside-rt.conf
index bb577aa42..5586e1229 100644
--- a/htetc/freeside-rt.conf
+++ b/htetc/freeside-rt.conf
@@ -40,6 +40,19 @@ SetHandler perl-script
PerlHandler HTML::Mason
</Directory>
+<Directory %%%FREESIDE_DOCUMENT_ROOT%%%/rt/m>
+SetHandler perl-script
+PerlHandler HTML::Mason
+</Directory>
+<Directory %%%FREESIDE_DOCUMENT_ROOT%%%/rt/m/ticket>
+SetHandler perl-script
+PerlHandler HTML::Mason
+</Directory>
+<Directory %%%FREESIDE_DOCUMENT_ROOT%%%/rt/m/tickets>
+SetHandler perl-script
+PerlHandler HTML::Mason
+</Directory>
+
<Directory %%%FREESIDE_DOCUMENT_ROOT%%%/rt/Search>
SetHandler perl-script
PerlHandler HTML::Mason