Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #21919, comment 1


Ignore:
Timestamp:
12/17/2013 05:10:03 PM (11 years ago)
Author:
cleanshooter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21919, comment 1

    v1 v2  
    11I can confirm this bug.  I have 3.7 installed on an IIS server.  I was thinking it might be getting re-written by my web.config but I checked and it is not. 
     2
     3It would seem that WordPress is re-writing the url to HTTPS when in the admin (a.k.a. customizer) but trying to load a page, like your homepage, that page will ONLY load over http.  I'm not sure if it would be best to remove customizer from the force_ssl_admin list or fix the way WordPress loads content when it should be https. 
     4
     5Still have more digging to do on this issue.