Product Images Missing
-
Things seem to be going from bad to worse on my MailChimp!
Everything was fine until I suddenly started getting “Image has been Hotlinked” replacing some of my product images. Researching this led me to adding this code to my Apache Directives on the server:
RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?doggieboat.co.uk [NC] RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?google.com [NC] RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?bing.com [NC] RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?yahoo.com [NC] RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?facebook.com [NC] RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?twitter.com [NC] RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?instagram.com [NC] RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?mailchimp.com [NC] RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?buffer.com [NC] RewriteRule \.(jpg|jpeg|png|gif|svg)$ https://www.doggieboat.co.uk/wpt-hotlinked-image-stub.png [NC,R,L]
At first, this didn’t seem to make any difference. However, now all I have is broken image links in MailChimp. I’m not sure if the above is the cause or not. Whichever, it is very frustrating.
Any help would be appreciated!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Product Images Missing’ is closed to new replies.