• I used the plugin to enable SSL for the Admin backend. Of course, this was added to wp-config.php.

    define( 'FORCE_ADMIN_SSL', true);

    Later, I decided to un-check the box in BWPS and changed the command line above to:

    define( 'FORCE_ADMIN_SSL', false);

    However, the backend is STILL being served over HTTPS. That wasn’t the intended outcome. How can I ensure that even with the command being set to false the backend is served over plain HTTP?

    https://wordpress.org/plugins/better-wp-security/

  • The topic ‘ADMIN & SSL’ is closed to new replies.