The first variant of the settings is correct.

On 4/28/06, Brendan Arnold <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]


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.
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


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

Reply via email to