<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-15">
<META content="MSHTML 6.00.2900.3059" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>Sorry for the confusing post, ( stumbling as I learn )</DIV>
<DIV> </DIV>
<DIV> To fix my issue I have added a url rewrite to my lighttpd.conf to ensure that a trailing slash is added when an </DIV>
<DIV>attachment link is followed;</DIV>
<DIV> url.rewrite = (<BR> "^(.*)/Ticket/Attachment/(.*)" => "/$1/Ticket/Attachment/$2/"<BR> )</DIV>
<DIV> </DIV>
<DIV>Now things seem to be back on track.</DIV>
<DIV> </DIV>
<DIV>Thanks for your patience</DIV>
<DIV> Roy</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>The Issue does not seem to be a result of the dumping/moving of the data, but instead now seems to be due to a missing trailing slash when I click on the attachment link on a ticket.<BR> If I manually add that trailing slash the attachment is indeed there.<BR> I am using lighttpd, my lighttpd.conf does have this ...<BR> <BR> server.document-root = "/"<BR> url.redirect = (<BR> "^/(.*)" => "<A href='https://myservernamehere/$1"'>https://MySERVERNAMEHERE/$1"</A><BR> <BR> <BR>and my RT_SiteConfig has this;<BR> <BR> Set($WebPort , 443); <BR>Set($WebBaseURL , "<A href='https://myservername:$WebPort"/'>https://MyServerName:$WebPort"</A>);<BR>Set($WebPath , "");<BR>Set($WebURL , $WebBaseURL . $WebPath . "/"); <BR> <BR> <BR>I have tried adding a trailing slash to the lighttpd.conf, cleared Mason and restarted....<BR>Still scratching my head though...<BR> <BR></DIV></BODY></HTML>