• I want to just force SSL login, and leave admin unencytped, and have set
    i’ve set in wp-config.php :
    define(‘FORCE_SSL_LOGIN’, true);

    But this doesn’t work. If i set FORCE_SSL_ADMIN this works for login and wp-admin.

    how i can just set it for login?

Viewing 1 replies (of 1 total)
  • Hey I just setup mine and I thought it wasn’t working too. Turns out it is, you are just not redirected to the https page. If you look at the form action in HTML source, you can see that the action is pointing to the https login address. HTTPS with WordPress

    Alan

Viewing 1 replies (of 1 total)
  • The topic ‘FORCE_SSL_LOGIN not working in 2.7?’ is closed to new replies.