in reply to Re: image in <img> tag is not refreshed
in thread image in <img> tag is not refreshed

that is html, and only affects the html file, not the image
  • Comment on Re^2: image in <img> tag is not refreshed

Replies are listed 'Best First'.
Re^3: image in <img> tag is not refreshed
by Anonymous Monk on Nov 13, 2005 at 18:06 UTC
    Hi,

    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:

    ### 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
    more on that here: http://www.apacheref.com/ref/mod_expires.html
    see ye,
    svenXY (currently not logged in)