Quote:
Originally Posted by spenland
Any other ideas? 
|
Yeah, try accessing the page in several different web browsers and see if you get the same situation. If still no go then try clearing the cache in all the web browsers you tried and then accessing the page again in all the web browsers. If still no go then I would try making a test page with nothing on it at all but the word 'test' (with no formatting) and then save that and see if you can access it. If yes, then try changing the 'test' page (change the word 'test' to 'test2') and see if you can see the changes. If there's an option in Dreamweaver to make a new website then definitely put the test page in there, e.g., localhost/test or something like that. After trying all that and still no go then well I'd have to say I'd be really stumped (and equally frustrated). At that point, I'd think about maybe taking a fine tooth comb and plowing through the Dreamweaver documentation and seeing if there's some kind of weird obscure setting that is preventing you from seeing updates on your local server.
(edit)
Are you using some kind of proprietary 'preview' button in Dreamweaver? (Sorry I don't know the first thing about Dreamweaver.) Because if so then I would definitely try accessing the page simply by typing in the URL in your web browser instead. Dig into your Apache files folder and find the folder called 'htdocs'. In that folder, there should be another folder with the name of your website. So if your website folder is called 'example' then try typing
http://localhost/example/ into browser address bar and hit Go. If you can access your site then try browsing through it and see if you can see the changes you made.