• I was working to figure out a way to apply https to the entire domain which is a mapped sub site in a network. One of the recommendations was

    if($_SERVER[‘HTTPS’]!=’on’)
    { define( ‘SUNRISE’, ‘on’ ); }

    When this was added to the wp-config file, it caused the existing secure pages to go into a redirect loop and now cannot be accessed. I of course removed the snippet, but it is stuck in redirect loop.

    Any help would be greatly appreciated.

    Furthermore – how should I go about securing the entire domain?

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Multisite SSL Marketpress > redirect loop’ is closed to new replies.