Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #285594
    scorpionbowl
    Participant

    Hi,
    I update several images on my wordpress site every 30 minutes using an FTP program, but after the first visit, the images don’t update, even if i hit refresh. Other of my web pages which don’t use wordpress work fine, so it’s not a browser problem. I’ve changed the .htaccess file as follows, i thought that worked, but it doesn’t work now. If I click on the image to open it and refresh-it it gets updated [usually] but when i go back to the full webpage it isn’t updated. If I clear all browser cache it works fine. It’s not a complex website, so disabling all caching would be a good solution if i knew how. Example page is here: https://sap.scorpion-bowl.com/real_time/

    <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType image/jpg “access plus 5 minutes”
    ExpiresByType image/jpeg “access plus 5 minutes”
    ExpiresByType image/gif “access plus 5 minutes”
    ExpiresByType image/png “access plus 5 minutes”
    ExpiresByType text/css “access plus 5 minutes”
    ExpiresByType application/pdf “access plus 5 minutes”
    ExpiresByType text/javascript “access plus 5 minutes”
    ExpiresByType text/html “access plus 5 minutes”
    ExpiresByType image/x-icon “access plus 5 minutes”
    ExpiresDefault “access plus 5 minutes”
    </IfModule>

    Thanks,
    Gary

    #285595
    scorpionbowl
    Participant

    Actually, I just tried clearing the browser cache and the images aren’t getting updated. In the webpage above, when i goto it, the pictures are from June 27, but when you click on an image it opens the correct July 1 image, but going back to the page keeps the June 27 images.

    #285625
    Skandha
    Participant

    @scorpionbowl: Hello Gary,
    Can you please try deactivating all your plugins and check if the latest images that you select appears on your site. If the problem persists please try contacting your web host as this must be a cache issue.

    Kind Regards,
    Skandha

    #285660
    scorpionbowl
    Participant

    Thanks for the help. It looks like jetpack was doing some strange things, like redirecting links to i2.wp.com/your-website. Disabling image acceleration fixed the problem.

    #285677
    Skandha
    Participant

    @scorpionbowl: Hello Gary, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-everest/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Updated images don’t refresh.’ is closed to new replies.