summaryrefslogtreecommitdiff
path: root/htetc
diff options
context:
space:
mode:
authorivan <ivan>2010-08-18 00:14:10 +0000
committerivan <ivan>2010-08-18 00:14:10 +0000
commit4ccb0c66af7a6e5e3e4dc099078b08e1250226e5 (patch)
tree5f08daf193d45cc8f6ae927c371186e04d731183 /htetc
parent9bdca2fe23584918219395b62effbb9ef0fc5f1c (diff)
fix directory links in RT (not picking up index.html as a default), RT#9665, fallout from RT#9412
Diffstat (limited to 'htetc')
-rw-r--r--htetc/freeside-rt.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/htetc/freeside-rt.conf b/htetc/freeside-rt.conf
index d9007e0..c89d2d5 100644
--- a/htetc/freeside-rt.conf
+++ b/htetc/freeside-rt.conf
@@ -1,3 +1,7 @@
+<Directory %%%FREESIDE_DOCUMENT_ROOT%%%/rt>
+RedirectMatch permanent (.*)/$ $1/index.html
+</Directory>
+
<Directory %%%FREESIDE_DOCUMENT_ROOT%%%/rt/NoAuth>
SetHandler perl-script
PerlHandler HTML::Mason