I updated a web page but my clients keeps seeing the old page

I have a website built with WordPress. I update the pages quite often and every time I make an update, I’d flush cache on the server and check the updated pages on different browsers to make sure they display the updated pages.

Problem I have is I got feedback from some customers saying they still see the old page.

I solve the problem by telling them to refresh their browser.

But how do they know to refresh the browser each time I make an update to a page? Does that mean a lot of my clients did not see my updated pages and therefore missed important announcements?

I don’t refresh my browser each time I go to Yahoo! and still I get the most updated page.

Any help is greatly appreciated!

Hi huydoan, welcome to the forums! :slight_smile:

You could try use version numbers on the files you update.

A good description:

You can set limits on how long browsers should serve cached contents. For example, if you update your page content every day or two, you might want to set a cache limit of 24 hours for .html files, but a longer limit for things you change less often, like .css or .js files.

It can be done through the .htaccess file. I don’t use WordPress, but this article gives full information on using .htaccess with WP:

The section on browser caching: https://perishablepress.com/wordpress-htaccess-file/#wp07

Note: You should only use the <IfModule mod_expires.c>...</IfModule> tags while testing. Once you have established that the module exists, delete those tags. Otherwise, you are constantly using system resources to make unnecessary checks.

Another method of cache control is shown here:
https://perishablepress.com/stupid-htaccess-tricks/#per7

1 Like

Thanks for the reply. I’ll check it out.

1 Like

Thanks for the reply. I just heard from a friend that he downloaded and installed a different browser (one he has never installed or used before) and it still loads the cached version of the page. That’s very weird to me. Maybe somewhere on the server?

It does sound as though it’s your server caching the pages.

1 Like

Try renaming the online webpage, browse to the previous version of the webpage (should get 404 error) then upload the latest copy.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.