Help please!
I'm in the process of moving several customer websites from a bsd unix server over to a plesk unix box and have got stuck on the last one.
The site is still live on the BSD box and works fine. However the copy on the Plesk box substitutes an underscore for the period, when downloading a file, so it's not being recognised. I.E. on the BSD site I click the download link and get filename.pdf and on the plesk get filename_pdf
Web page code is:
<?php if($row["filename"]) {?>
<div class="read_full"><a href="/viewdocument/<?=$row["filename"]?>">READ FULL STORY</a></div>
<?php }?>
NB: filename is in a MySQL data table with filename.pdf
NB: This is with the both versions of the site loaded in the same browser on separate tabs
I'm in the process of moving several customer websites from a bsd unix server over to a plesk unix box and have got stuck on the last one.
The site is still live on the BSD box and works fine. However the copy on the Plesk box substitutes an underscore for the period, when downloading a file, so it's not being recognised. I.E. on the BSD site I click the download link and get filename.pdf and on the plesk get filename_pdf
Web page code is:
<?php if($row["filename"]) {?>
<div class="read_full"><a href="/viewdocument/<?=$row["filename"]?>">READ FULL STORY</a></div>
<?php }?>
NB: filename is in a MySQL data table with filename.pdf
NB: This is with the both versions of the site loaded in the same browser on separate tabs