[rt-users] apache directoryindex errors

Chris Hall chris at filmlight.ltd.uk
Wed Jul 30 12:00:25 EDT 2003


Thanks - that was indeed the line.
I think directoryindex must get confused because of the perl/mason parsing,
but Im just guessing.

J Schdy wrote:

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

--
____________________
chris at filmlight.ltd.uk
38 Bedford Square
WC1B 3EL
+44 (0)20 7631 4905


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20030730/bed96066/attachment.htm>


More information about the rt-users mailing list