I've had users stop by my website and post their content then wonder why it isn't showing up. As well, I've made updates to my website that sometimes don't appear to happen. Of course, the problem is simply that the browser is using a cached version of the page and not downloading the updated page. Can I change this and force it to download the updated content?

Comments

WorldFallz’s picture

Check the help for your browser.

bryansd’s picture

Check your .htaccess and see if you have mod_expires on. You can change the Expires from A1209600 down to something like A1 and I think even A0. Also, if you haven't been upgrading your .htaccess file with the latest Drupal upgrades...you may want to check for additional changes to .htaccess in the latest Drupal releases.

Ceb’s picture

Thanks, that was an easy enough change.