Alternative .htaccess code
Last modified: August 23, 2009 - 22:39
If you have both mod_expires and mod_headers this may be more robust.
ExpiresDefault A0
Header set Cache-Control "no-store, no-cache, must-revalidate, max-age=0"
Header set Pragma "no-cache"