Hi All,
I want to prevent the .gif file from getting stored in the cache. I tried to put following
commands in .htaccess file.
ExpiresActive On
ExpiresByType image/gif A0
<Files banner2.gif>
Header append Cache Control "no-store"
</Files>
By this I was able to make sure that client will always get the fresh copy from the server.
But I want that banner2.gif should not get stored in the hard disk cache for security reasons.
Can anybody help me? Thanks in advance.
Bye,
Shrikant