[rt-users] Lack of trailing slash causing porblems in IE

Ruslan Zakirov ruslan.zakirov at gmail.com
Fri Apr 21 12:12:10 EDT 2006


On 4/21/06, Jesse Vincent <jesse at bestpractical.com> wrote:
>
>
>
> On Thu, Apr 20, 2006 at 07:02:20PM +0100, Brendan Arnold wrote:
> > Hi there,
> >
> > When submitting form information such as logging in, updating a page
> > etc. Internet Explorer (6) returns a 'The page cannot be found' error
> > intermittently.
>
> Your scriptalias is wrong.
>
>     ScriptAlias  / /opt/rt/rt3.fsck.com/bin/mason_handler.fcgi/
>
> is what  we use. Note the slash after .fcgi

I think main problem is that he is using /rt as root with next alias:
ScriptAlias /rt /opt/rt/rt3.fsck.com/bin/mason_handler.fcgi

First part should contain trailing slash
ScriptAlias /rt/ /opt/rt/rt3.fsck.com/bin/mason_handler.fcgi
              ^^^^^^
I don't think slash is required after "...in/mason_handler.fcgi", but
he could try both variants.



>
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> Community help: http://wiki.bestpractical.com
> Commercial support: sales at bestpractical.com
>
>
> Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
> Buy a copy at http://rtbook.bestpractical.com
>
>
> We're hiring! Come hack Perl for Best Practical: http://bestpractical.com/about/jobs.html
>


--
Best regards, Ruslan.


More information about the rt-users mailing list