• after activating, my site is error 500. Deleting the plugin didn’t fix it. Thanks for wrecking my business.

Viewing 1 replies (of 1 total)
  • Plugin Author webaware

    (@webaware)

    G’day pmccoy833,

    Odd way to request support, but OK.

    This plugin does not change anything permanently on your website, so I suspect you needed to change HTTPS detection on your site, and then changed your site’s URLs to HTTPS in settings. If that’s the case, try adding this to your wp-config.php file somewhere near the top:

    if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https') {
    	$_SERVER['HTTPS'] = 'on';
    }

    cheers,
    Ross

Viewing 1 replies (of 1 total)
  • The topic ‘broke my site’ is closed to new replies.