Hello list,<br><br>I have set up my RT on an internal site, where it can be accessed via the url <a href="http://teamone/rt/">http://teamone/rt/</a><br>When I log in, I get a list of the currently onowned open tickets, which link to the correct page (/rt/Ticket/Display.html?id=123456). But when I choose a queue from the sidebar, it lists the tickets, but they are linked to a wrong place (/Ticket/Diaplay.html?id=123456). The only thing I know which modifies these links is $DefaultSearchResultFormat, which is defined in RT_Config.pm, and I haven't redefined it in RT_SiteConfig.pm.<br>
<br>My config variables which can affect these links are:<br><br>Set($WebPort, 80);<br>Set($WebDomain, 'teamone');<br>Set($WebBaseURL , 'http://' . RT->Config->Get('WebDomain') . ':' . RT->Config->Get('WebPort'));<br>
Set($WebPath, "/rt");<br><br>The $DefaultSearchResultFormat is the default:<br>Set ($DefaultSearchResultFormat, qq{<br>   '<B><A HREF="__WebPath__/Ticket/Display.html?id=__id__">__id__</a></B>/TITLE:#',<br>
   '<B><A HREF="__WebPath__/Ticket/Display.html?id=__id__">__Subject__</a></B>/TITLE:Subject',<br>   Status,<br>   QueueName,<br>   OwnerName,<br>   Priority,<br>   '__NEWLINE__',<br>
   '',<br>   '<small>__Requestors__</small>',<br>   '<small>__CreatedRelative__</small>',<br>   '<small>__ToldRelative__</small>',<br>   '<small>__LastUpdatedRelative__</small>',<br>
   '<small>__TimeLeft__</small>'});<br><br>Does anyone have some solution to this?<br><br>Thanks in advance,<br>Gergely POLONKAI<br>