in reply to Re^2: image in <img> tag is not refreshed
in thread image in <img> tag is not refreshed
I just recently had a similar problem. To solve it, I added a .htaccess file to the directory with the images with the following content:
more on that here: http://www.apacheref.com/ref/mod_expires.html### activate mod_expires ExpiresActive On ### Expire .gif's immediately (0) after they have been accessed (A) ExpiresByType image/gif A0 ### or set "ExpiresDefault" for all files in the directory
|
|---|