Max
Max

Reputation: 1

Ensuring latest version of website is displayed

I have a static HTML site operational and I recently made quite extensive changes to it. However by default, browsers show the old version of the site unless the page is refreshed. I had a couple of my friends try to load the site as well and they had the same problem, but it sorted itself out after one refresh.

My question is how do I ensure the latest version of the site is displayed to visitors without them having to refresh the page?

Does this have something to do with the cache?

Any help would be greatly appreciated.

Thanks.

Upvotes: 0

Views: 208

Answers (1)

Shomz
Shomz

Reputation: 37701

Check the cache-control meta tag.

Upvotes: 1

Related Questions