WP Super Cache / Images not displaying
-
I have posted a question at my host’s forum but have not really received any help so far, except that maybe Super Cache & my htaccess rules may not play nice together. I have (and always had) rules to stop hotlinkers and up until the past couple of weeks or so, they worked just fine and the Super Cache was also working just fine. Every time I have visited my sites in the past 2 weeks or so, the images are not showing up. Yesterday I took out the rules for hotlinking and the images came up fine with Super Cache turned on. I had tried emptying the Super Cache manually, and strangely enough, the images were back – but only until the next time I emptied my browser’s cache and visited again.
Is there a remote possibility that my htaccess rules & Super Cache aren’t working together for some reason?
These are my hotlinking rules:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?fairywitch.net/.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?beewitched.fairywitch.net/.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?fairywitchsims.com/.*$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp|rar|zip)$ – [F]I have this problem on both my self-hosted WordPress sites. Plugins and WordPress are all updated to the latest versions.
The pages seem to be cacheing ok btw; the notice about the cached page is always at the bottom of my page when I view the source.
Thanks for your time & help. =)
The topic ‘WP Super Cache / Images not displaying’ is closed to new replies.