Favicon not in https
-
I found a strange behaviour of the favicon on WordPress.
I use WordPress on my website that supports both HTTP and HTTPS protocol. I only redirect user to HTTPS on the login page with this command added to wp-config.php :
define('FORCE_SSL_LOGIN', true);
Going to the https version of my website leads to no warnings from the browser. However on the login page, I noticed that the favicons links are back to https://… even when the page is in https (with leads to warning from the browser and thus not having the green padlock).
How can I change this odd behavior ?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Favicon not in https’ is closed to new replies.