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

Ruslan Zakirov ruslan.zakirov at gmail.com
Fri Apr 28 17:33:51 EDT 2006


The first variant of the settings is correct.

On 4/28/06, Brendan Arnold <brendanarnold at gmail.com> wrote:
> OK I have set ScriptAlias as suggested, although the problems still
> persist on occasion.
>
> The Web* vars from RT_SiteConfig are as follows,
>
> Set($WebPath , "/rt");
> Set($WebBaseURL , "https://example.com");
> Set($WebURL , $WebBaseURL . $WebPath . "/");
>
> Should this be instead...
>
> Set($WebPath , "/rt/");
> Set($WebBaseURL , "https://example.com");
> Set($WebURL , $WebBaseURL . $WebPath);
>
> Regards,
>
> Brendan
> _______________________________________________
> 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