Dreamweaver is nutty
January 13, 2009 4:55 PM
Subscribe
Hello All,
On a site I am building I have everything saved to a single file and all links are formated, /xxx.php but dreamweaver has started renaming everything file:/C|Documents%and%settings/administrator/desktop... ect. I am using PHP and using a testing server. no links work when I check it on my testing server. Everything has been working fine until today, and am unsure what may have caused the change. Thanks so much everyone.
posted by Benzle to computers & internet (5 comments total)
You can also try fixing your problem by doing a find-and-replace in DW (make sure you're searching the source code) to get rid of the extraneous crap before the slash, which will be the same everywhere it appears.
My advice for the future?
1) Do not use the check-in/check-out or get/put features of DW. Use a freestanding FTP program.
2) Always define a site in DW - don't just use it to edit random files.
3) Any time DW asks you if you want to "update links sitewide," be very afraid. Here lie unintended consequences.
posted by expialidocious at 5:22 PM on January 13