Link Checker troubleshoot
I'm using Dreamweaver CS5 and the link checker is not functioning the way I expect it to (or the way it used to). It seems to be flagging every link as broken unless it is in the same folder as the file I'm checking. For example, if I'm checking file www.example.com/folderA/FolderB/file1.asp and in this file there are links specified like this:
1. <a href="/folderA/FolderC/file2.asp">file2</a>
2. <a href="../FolderC/file2.asp">file2</a>
3. <a href="/FolderA/FolderB/file3.asp">file3</a>
4. <a href="file3.asp">file3</a>
The link checker will find only the last one as "OK" but the all the others as broken.
Does anyone have an idea of why this is happening and what I need to do to fix it? I'm assuming it's some kind of preference I've set somewhere to not check outside of the existing folder?
Thank you for any help.
