Since, your site already uses W3 Total Cache plugin, let me provide a solution based on it.
Please visit yoursite’s wp-admin/admin.php?page=w3tc_browsercache and look for the text “Set cache control header”. Check this option, if it is unchecked, and then choose “no-cache” for the “Cache control policy”. This needs to be done in three places…
- CSS & JS
- HTML & XML
- Media & Other files
If you do not wish to use W3 Total Cache plugin for some reason, you may set the following in ‘htaccess’ file or in Apache configuration, assuming your server has mod_headers module…
Header set Cache-Control "max-age=0, private, no-store, no-cache, must-revalidate"
Related Posts:
- W3 total cache – cache refresh programmatically [closed]
- Best way to show Dynamic Content on a Cached WordPress Site?
- Pros and Cons for high “expire time” on wp-super-cache or w3-total-cache? [closed]
- Limit cache size from W3 Total Cache [closed]
- WordPress Browser Cache with W3-Total-Cache doesn’t show new posts [closed]
- Varnish + W3 Total Page Cache [closed]
- W3 Total Cache doesn’t detect memcached [closed]
- Settings to get the most out of W3 Total Cache
- Transient / object cache maximum key length [duplicate]
- Should the page cache be refreshed often? [closed]
- What is difference between ‘Page Cache’ and ‘Object Cache’ in WordPress?
- Getting soft 404 errors (200 status) when caching plugins are enabled
- server load. $_SERVER[‘REMOTE_ADDR’] and $_SERVER[‘HTTP_HOST’] [closed]
- Headway body classes and W3TC page cache conflict [closed]
- How to cache a different page version based on HTTP header?
- W3 Total Cache can’t create files [closed]
- Combile External JS files using W3 Total Cache [closed]
- How can I cache font files on WordPress [closed]
- W3 total – leverage browser caching not working with cdn delivered images [closed]
- HIgh CPU usage – Will using cache plugins help
- Scheduling doesn’t work due to caching?
- APC fragmention woes on Apache AWS EC2 Small instance with WordPress and W3TC [closed]
- w3 total cache – Object Caching 2165/2469 objects? [closed]
- Changing WP Object Caching during runtime
- Clear cache when comment is added
- WordPress varnish pages printed twice
- WordPress Userroles button getting cached
- custom php file inside my custom folder of plugins directory is not caching
- w3 total cache uninstall remove cache
- Page wrongly displayed when cache plugin activated
- Bluehost WebHost and performance problems with W3TC [closed]
- W3 Total Cache Minification: way to revert back? [closed]
- Is define(‘WP_CACHE’, true) needed for object caching?
- Trouble with Transient API when W3TC is activated [closed]
- wp_cache_set() or wp_cache_add()
- How to use cache with simplepie
- Which WordPress pages/URLs should never be cached?
- How to archive a wordpress site (make it read only)
- Stale cache handling with a persistent object cache
- Exclude certain block from caching using Fragment Caching – doesn’t work [closed]
- Are there any server requirements for WordPress transients to work properly?
- can’t see live version of style.css – is it web server caching?
- wp-super-cache exclude file from caching
- Plugin a specific cache functionality?
- Check if a user is connected and get is ID without fully loading wordpress
- How can I render shortcode so that its not cached by Caching plugins?
- Register script version not showing
- PHP Code stuck in Cache [Memcached] [closed]
- When use a cache system with WordPress
- Optimizing Jetpack for WordPress [closed]
- Will setcookie work if there is a cache plugin installed?
- Transients are not expiring as expected in simple custom plugin
- Prevent installation of style.css cookies and file caching
- How to speed up my site [duplicate]
- How can I cache the LearnDash quizzes on my server?
- WP_Object_Cache for heavy WP_Query
- I am getting useless alphabets in images link
- How to decode wordpress transient cache stored in database?
- WordPress PHP 5.5 and OPcache
- Batcache messages no longer in page source
- After having installed APC Object Cache Backend transients stopped working
- Fixed version number for cached stylesheets and javascript
- Are get_bloginfo queries cached to start, or should they be cached?
- Is it duplicated if I cache an object that uses data from postmeta?
- How does WP’s cache maintain persistence through page reloads?
- customize wordpress database error page
- Where to put W3 Total Cache rewrite rules in .htaccess? [closed]
- Any idea why Google not caching my site? [closed]
- Spam injected in w3 total cache page cache [closed]
- How to add support for caching plugins for my own plugin?
- Gravity forms / Recaptcha / Autoptimize – somewhere it goes wrong
- How to solve minify js and css first time load delay?
- How to get Caching Plug-ins to work on localhost with HTTPS?
- WordPress website not showing changes without clearing cache
- Cloud flare, cache, minify question [closed]
- Cache WordPress for offline use
- issues with object cache (memcached as backend) and wpmu when flush_all is run
- How to get the URL of a sitemap that contains a certain post?
- How to not cache nonces with WP Rocket?
- Password Protected Pages Don’t Accept A Valid Password After Changing The Password
- Google Page Speed
- Language does not switch while cache is enabled
- Way to prevent snippet of template from being cached?
- How to make login / logout links cache independent?
- Non Admins Getting Cached Posts
- Why WordPress cache is not available after reload page?
- Unable leverage Browser Caching on AWS Bitnami stack (Apache) through W3TC and Cloudfront CDN
- New blog posts don’t update on page – How to force update of cookies more frequently?
- PHP Fatal Error in cache.php on line 123 $wp_object_cache is non-object
- No Query String vs Ignore Query String in WordPress
- FATAL ERROR – white page – no site showing
- Completely reload style.css
- Plugin files not updated (cache cleared)
- Serve content from centralized location
- Major cache but only on WordPress site
- User cannot authenticate after signup when object cache enabled
- W3 Total Cache and IIS7 not doing much [closed]
- WP 3.5 caching problem
- I am facing problem in loading and downloading Mp3 files
- How to create a transient that persists the data for the whole duration of the expiration, even when object cache is enabled?