OUTDATED: Alternative .htaccess code

Last modified: June 2, 2008 - 13:12

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"

 
 

Drupal is a registered trademark of Dries Buytaert.