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

Brendan Arnold brendanarnold at gmail.com
Fri Apr 28 09:54:05 EDT 2006


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



More information about the rt-users mailing list