• Resolved neotrope

    (@neotrope)


    Hi
    hope all is well with you πŸ™‚

    Quick note for next update; I’m noticing after changing some sites to https, that one image is loaded via http from plugin and causing admin screen to load image even with redirects setup for http > https:

    e.g.,
    http://XYZ.com/wp-content/plugins/feedwordpress/plus.png

    Might be my setup, but just came up today with everything else on site loading via https. Even the path to wp-content and wp-content/plugins is expressly noted in wp-config.php for https path.

    If that is hard coded perhaps change to pick up site URL, or change to “://sitename” or similar?

    If I’m wrong on this, apologies.

    • This topic was modified 9 years, 7 months ago by neotrope.
Viewing 2 replies - 1 through 2 (of 2 total)
  • I actually just switched from http to https without any problems. Did you change the main url in your WordPress Settings > General to https?

    If you change that, all requests within the domain for WordPress will automatically be requested with https without hard-coding any redirects.

    Thread Starter neotrope

    (@neotrope)

    Yep. advanced user – 20 years webdev, 11 years WordPress; dedicated server, 100 sites. Most https, some not, now switching over with Let’s Encrypt.

    In actuality we also setup the https URL in the wp-config.php file (which supercedes doing that in the WP setting panel), and also in the htacess rewrite rules to https, and also server side 301 auto redirect via CentOS/Apache/Plesk — hence could not sort out HOW I was getting a mixed content thing in Chrome.

    Turns out was an opcache thing in latest PHP version “caching” the php admin stuff. Turning the plugin off and then back on seems to have fixed it. Doh. πŸ™‚

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘plus image loaded via http’ is closed to new replies.