I have come across exactly the same problem and it turned out to be the files being cached on the web server and cleared after about 24hrs - very annoying though.
Main Topics
Browse All TopicsWe have been using Dreamweaver to develope our website and have come up with a problem that no one seems to have an answer to.
We updated a page for our website locally and then transferred the file to our live site. The only change was to add a link to a pdf file. We told it to include dependent files when the file was transferred over to the live site.
When we view the website it does not show the change at all. We have refreshed and cleared the cache with no luck.
To make things even more odd, if we view the file on the live site in dreamweaver it shows the updated page and the link to the pdf works as well.
Why will the website not show the updates?
Any help you can give would be appreciated beyond belief!
Thanks
Chris
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
One way I did was to write all my pages as dynamic pages..
This is because the server will not cache dynamic pages.
This is not an optimal solution for the network usage, but I dont care, since I am paying for unlimited bandwidth.
To go to extreme, I sometimes even name my css files as .php extensions to force the web servers to not cache my old css files..
Business Accounts
Answer for Membership
by: ryancysPosted on 2005-05-10 at 21:47:35ID: 13975052
3 posibilities:
1. Server Side Cache. Some server like even IIS can make a site setting whether the content can expired or not (Enable Content Expiration). Make sure your web server is configured correctly so that there is not Server Side Cache.
2. Client Side Cache. Do this to test:
1. Clear the browser cache and try again.
2. Even try the same thing on different browsers.
3. If it's a proxy problem, try restart the proxy server.
3. Make sure the link is correct and files are uploaded to correct place.
regards