• Resolved tony_k

    (@tony_k)


    i burned a few cycles on this issue, and just resolved it, so i thought i’d share.

    i added:

    define(‘FORCE_SSL_ADMIN’, true);

    to wp-config.php

    i verified that:

    https://me.com/wp-login.php

    works correctly,

    but wp was not automatically going to the https://me.com/wp-login.php for logins.

    i goog-ed around and couldn’t find similar complaints.

    after some head scratching, on a lark, i moved the line:

    define(‘FORCE_SSL_ADMIN’);

    from the bottom of wp-config.php to the top and lo-and-behold it started working.

    so beware, the line placement order !!! ??

    happy pressing!

Viewing 2 replies - 1 through 2 (of 2 total)
  • How high on the page does it have to be? Once I added it, I can’t login.

    Big thanks to you tony_k!

    I was going _phrenic_ due to enforcing SSL admin login not working.
    Googl’d the define param and found your (this) thread.
    Moved the define to the top of wp-config.php, now works flawless! ??

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘FORCE_SSL_ADMIN/LOGIN not working?’ is closed to new replies.