Archive for the ‘Dreamweaver’ Category

After updating some webpages, I needed to redirect people from the old page to the new one. Put this in the old page location.

<html> <head>
<META HTTP-EQUIV="Refresh"
content="0;URL=../tilecal/index.php">
</head>
</html>

When attempting to upload a file in Dreamweaver, the system would hang and eventually time out with an error. I don’t remember the exact message, but the message had nothing to do with the problem. The issue was on the web server. In the directory where Dreamweaver wanted to put the file, there was a link to an NFS-mounted location that was no longer available. Once this link was deleted, the upload worked fine.