PROBLEM: The user clicks a link. An error message appears in a browser window:
Hmm. We’re having trouble finding that site.
An error occurred during a connection to www.site.com
Where www.site.com does not exist and takes the place of the correct url.
SOLUTION: Edit the Contents.plist file and replace the wrong url with the right one.
HOW?
First, duplicate your Project File and save a copy. Then
Right click on the Project File in the Finder and choose Show Package Contents. Edit the Contents.plist. I use BB Edit. Find the XML line:
[http://(wrong url) and replace it with[http://(right url)
Save the result.
Publish.
Pray it worked.
BACKGROUND I maintained a large website with over 100 pages until about a year ago when the host server went down. Last month I found a new server. At that time I replaced RW7 with RW8 and loaded the Project File into RW8, which modified it. After I published it I found that the above error occurred when I clicked a link to most Resource graphics. I was puzzled because the old url was not used anywhere in the RW8 Publishing setup. Remote image stacks displayed Resources correctly, but the site-map stack gave the same error message when I clicked a link in it. Once I corrected the problem in Contents.plist I had to go back and re-link every one of the Resources. I am still having a similar problem with site-map, which now displays a path error instead of going to the linked page, even though the url appears correct.
Discussion is invited.