Quote:
Originally Posted by hdbuilder
Is it possible that you changed your site to https and forgot to update the cron jobs url?
Regards,
Nick
|
Hi Nick,
i checked the cron jobs but they are all on HTTPS, but your point made me thinking.
On all the sites i use the Really Simple SSL plugin to get the mixed content on HTTPS, and i think that's the problem. This plugin is adding some rules to the .htacces:
# BEGIN rlrssslReallySimpleSSL rsssl_version[4.0.5]
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTPS} !=on [NC]
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
</IfModule>
# END rlrssslReallySimpleSSL
I took this out and now CB is not showing any grey logo's anymore and works fine while the mixed content is still HTTPS