- This topic has 4 replies, 2 voices, and was last updated 2 years, 5 months ago by Skandha.
-
AuthorPosts
-
July 2, 2021 at 12:33 am #285594scorpionbowlParticipant
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,
GaryJuly 2, 2021 at 12:37 am #285595scorpionbowlParticipantActually, 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.
July 2, 2021 at 1:29 am #285625SkandhaParticipant@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,
SkandhaJuly 2, 2021 at 7:10 am #285660scorpionbowlParticipantThanks 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.
July 2, 2021 at 10:38 pm #285677SkandhaParticipant@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 -
AuthorPosts
- The topic ‘Updated images don’t refresh.’ is closed to new replies.