Greetings,<br><br>When I use the web interface of rtx-shredder - in RT 3.6.5 - to wipeout tickets, the 'preview' links of the tickets that will be wiped out is pointing to the wrong URL. Maybe the RT_SiteConfig or Apache confs are incorrect, and I would like some advise. <br>
<br>It shows this URL: <br><a href="https://rt.mydomain/Ticket/Display.html?id=54563">https://rt.mydomain/Ticket/Display.html?id=54563</a><br><br>instead of this: <br><a href="https://rt.mydomain/rt/Ticket/Display.html?id=54563">https://rt.mydomain/rt/Ticket/Display.html?id=54563</a><br>
<br>RT_SIteConfig relevant lines:<br>-------------------<br>Set($Organization , "mydomain");<br>Set($RTAddressRegexp , '^rt\@rt.mydomain$');<br>Set($CanonicalizeEmailAddressMatch   , 'rt.mydomain$');<br>
Set($CanonicalizeEmailAddressReplace , 'mydomain');<br>Set($CorrespondAddress , 'rt@rt.mydomain');<br>Set($CommentAddress , 'rt@rt.mydomain');<br>Set($WebBaseURL , "<a href="https://rt.mydomain">https://rt.mydomain</a>");<br>
Set($WebPath, "/rt");<br>-------------------<br><br>Thanks in advance,<br><br>Alex<br><br>