[rt-users] A question about RT use with Apache2+mod_perl2

Autrijus Tang autrijus at autrijus.org
Tue Aug 31 02:25:40 EDT 2004


On Mon, Aug 30, 2004 at 10:56:02PM -0400, Ian Marlier wrote:
> The same problem exists with sub-pages: clicking on the "Configuration" tab
> takes me to http://help.studentuniverse.com/Admin/ -- and I get a "The
> requested URL /Admin/ was not found on this server." error.  Going to
> http://help.studentuniverse.com/Admin/index.html works fine.

It is a known problem.  As the README says:

    RewriteEngine On
    RewriteRule ^(.*)/$ $1/index.html

Alternatively, if you don't need to preserve the /Admin/ URL and do not plan
to POST into it, this will also do:

    RedirectMatch permanent (.*)/$ $1/index.html

Thanks,
/Autrijus/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20040831/22511b63/attachment.sig>


More information about the rt-users mailing list