[rt-users] Localhost in url

Alexandr Ciornii alexchorny at gmail.com
Mon Jul 24 08:08:55 EDT 2006


Hello!

2006/7/24, Neil Baldwin <neil.baldwin at kingspan.com>:
> Then the "Update Ticket" button from page
>
> http://192.168.123.140/rt3/Ticket/Update.html?Action=Comment&DefaultStat
> us=resolved&id=8
>
> I get returned to page http://localhost/rt3/Ticket/Display.html?id=8
> which does not work because it points to localhost.
Please, look at RT_SiteConfig.pm. It should be in the 'etc'
subdirectory of rt3 installation.
Do you have line
Set( $WebBaseURL , "http://localhost");
?

In this case, you should change it to Set( $WebBaseURL ,
"http://192.168.123.140");
Restart Apache afterwards.

-- 
Alexandr Ciornii, http://chorny.net



More information about the rt-users mailing list