Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Image caching Reply To: Image caching

#199709
Shikkediel
Participant

You can put a htaccess file in your directories with this in it :

FileETag None

Header unset ETag
Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
Header set Pragma "no-cache"
Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"