Tagged: https
Hi,
I’m using Let’s Encrypt at my hoster and this at the very top of my htaccess
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
All uploads within WordPress are fine concerning https, only the logo, that I uploaded in ENFOLD’s theme settings is marked as “insecure” / not https.
Do you have any idea, why?
Thanks.
Hi Chris!
What happens if you change the logo field value (text) to:
https:/logo/url
Or:
/logo/url
Best regards,
Josue
simple, but effective, it works – thank you!