• I had added to this constant to wp-config.php.

    define( ‘FORCE_ADMIN_SSL’, true);

    The entire backend was being served via HTTPS flawlessly. Later, I modified this command 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?

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