diff options
Diffstat (limited to 'htetc')
-rw-r--r-- | htetc/freeside-rt.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/htetc/freeside-rt.conf b/htetc/freeside-rt.conf index d9007e020..c89d2d5c1 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 |