<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Thanks - that was indeed the line.
<br>I think directoryindex must get confused because of the perl/mason
parsing, but Im just guessing.
<p>J Schdy wrote:
<blockquote TYPE=CITE>I'm guessing you're using Apache2 ? If so, add the
following line to your
<br>conf and you should be good:
<p>RedirectMatch permanent (.*)/$ $1/index.html
<p>This redirects directory urls to the index.html, 'DirectoryIndex' should
do
<br>this but doesn't, I don't know why...
<p>>Ive installed RT3 and the web interface fails on the directory links
<br>>with
<br>>/Admin/
<br>>giving a 403 error which can be fixed by typing in
<br>>/Admin/index.html
<br>>The rest of the web folders work fine, so after trying to liberally
put
<br>>DirectoryIndex here and there Im stuck.
<br>>Heres the relevant part of httpd.conf that Ive added.
<br>>
<br>>-----------------------------
<br>>Alias /rt "/usr/local/rt3/share/html"
<br>>PerlRequire /usr/local/rt3/bin/webmux.pl
<br>><Location /rt>
<br>>         DirectoryIndex index.html
<br>>         SetHandler perl-script
<br>>         PerlHandler RT::Mason
<br>></Location>
<br>><Directory "/usr/local/rt3/share/html">
<br>>         Options Indexes FollowSymLinks
<br>>         AllowOverride None
<br>>         Order allow,deny
<br>>         Allow from all
<br>>         DirectoryIndex index.html
<br>></Directory>
<br>>------------------------------
<br>>
<p>_________________________________________________________________
<br>MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
<br><a href="http://join.msn.com/?page=features/virus">http://join.msn.com/?page=features/virus</a></blockquote>

<pre>-- 
____________________
chris@filmlight.ltd.uk
38 Bedford Square
WC1B 3EL
+44 (0)20 7631 4905</pre>
 </html>