<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>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.</DIV>
<DIV>  If I manually add that trailing slash the attachment is indeed there.</DIV>
<DIV>  I am using lighttpd, my lighttpd.conf does have this ...</DIV>
<DIV> </DIV>
<DIV> server.document-root        = "/"<BR>  url.redirect = (<BR>     "^/(.*)" => "<A href="https://MySERVERNAMEHERE/$1">https://MySERVERNAMEHERE/$1</A>"</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>and my RT_SiteConfig has this;</DIV>
<DIV> </DIV>
<DIV>    Set($WebPort , 443); <BR>Set($WebBaseURL , "<A href="https://MyServerName:$WebPort">https://MyServerName:$WebPort</A>");<BR>Set($WebPath , "");<BR>Set($WebURL , $WebBaseURL . $WebPath . "/"); </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>I have tried adding a trailing slash to the lighttpd.conf, cleared Mason and restarted....</DIV>
<DIV>Still scratching my head though...</DIV>
<DIV> </DIV>
<DIV>    </DIV></BODY></HTML>