victorkhugo Posted October 20, 2000 Posted October 20, 2000 I'm trying to modify a web page. Everytime I look at it live, I'm seeing the old page. I've done the Misc. Script command to Flush Cache, but nothing happens. Is there something more radical I can do to flush the cache?
Kurt Knippel Posted October 20, 2000 Posted October 20, 2000 quote: Originally posted by victorahugo: I'm trying to modify a web page. Everytime I look at it live, I'm seeing the old page. I've done the Misc. Script command to Flush Cache, but nothing happens. Is there something more radical I can do to flush the cache? This is probable not FMP, but might be your web browser. Flush the cache on your web browser. ------------------ =-=-=-=-=-=-=-=-=-=-=-=-= Kurt Knippel Consultant Database Resources mailto:[email protected] http://www.database-resources.com =-=-=-=-=-=-=-=-=-=-=-=-=
victorkhugo Posted October 20, 2000 Author Posted October 20, 2000 This is an FMP problem. We run 2 web servers for different content. The Webstar server runs fine, the FMP server is really slow to accept changes.
smoothdra Posted October 26, 2000 Posted October 26, 2000 Try putting this HTML tag in the <Head> section of your web pages: <meta http-equiv="Pragma" content="no-cache"> This should prevent your browser from locally caching documents. This works well for Mac's but I don't know about Windows.
kwatson Posted October 30, 2000 Posted October 30, 2000 What is "Pragma"? We have the same problem and are going to try the code using W2K.
smoothdra Posted November 2, 2000 Posted November 2, 2000 Check out this link concerning caching: http://support.microsoft.com/support/kb/articles/Q234/0/67.ASP It gives information about 'Pragma' and the 'expires' meta tag
Anatoli Posted November 10, 2000 Posted November 10, 2000 quote: Originally posted by smoothdra: Check out this link concerning caching: http://support.microsoft.com/support/kb/articles/Q234/0/67.ASP It gives information about 'Pragma' and the 'expires' meta tag I guess that is solution for browsers. This case is about Unlimited WC caching something from database. My HTML updates are not cached at all, but the database content is cached for couple of minutes or to the next change from web if the original change was done through FileMaker.
Recommended Posts
This topic is 8870 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now