• Errabundus

    (@errabundus)


    I have the plugin installed for years. Now I am trying to remove all non-essentials plugins. Can i remove this also or do I need to keep it forever?

    Thanks

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

    (@webaware)

    G’day Errabundus,

    This question is answered in brief on this page:

    https://ssl.webaware.net.au/home/deactivate/

    The main thing to watch our for is whether you’ve changed the HTTPS Detection settings. If you have, don’t just deactivate the plugin — you could be locked out of the admin. If you have it set for HTTP_X_FORWARDED_PROTO then you can add this to your wp-config.php file first, then safely deactivate:

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

    cheers,
    Ross

Viewing 1 replies (of 1 total)
  • The topic ‘Can I remove it after I used the plugin’ is closed to new replies.