Disabling Apache2 caching

cache

In Apache 2.4

LoadModule expires_module modules/mod_expires.so

And in your .htaccess:

ExpiresActive On
ExpiresDefault "access"
Found any of my content interesting or useful?