Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Grégory Viguier

    (@greglone)

    Hello.
    Sorry to hear that. The plugin supports SSL. Have you defined FORCE_SSL_LOGIN?
    define( 'FORCE_SSL_LOGIN', true );

    Thread Starter Dave

    (@5point)

    Did not work.

    I added define('FORCE_SSL_ADMIN', true);
    Changed the bookmarked login url to https://mydomain.com/login-page-name
    After attempting to login with this new URL I was redirected to my 404 page not found.

    Plugin Author Grégory Viguier

    (@greglone)

    Ok for FORCE_SSL_ADMIN but what about FORCE_SSL_LOGIN?
    Are you sure the .htaccess file is written?

    Plugin Author Grégory Viguier

    (@greglone)

    4 months, no news, I mark this topic as resolved, but feel free to open it again or create a new topic if you need.

    m-a-g-g

    (@patrique)

    Hello,

    I’ve got your plugin working to 404 on standard wp-login which is now /login
    But I can’t get it to work for https.

    I’ve added the line to my wp-config.php : define( ‘FORCE_SSL_LOGIN’, true );

    Should I be doing something else ?

    m-a-g-g

    (@patrique)

    Scratch that I meant adding the following to wp-config.php:

    define(‘FORCE_SSL_ADMIN’, true);

    m-a-g-g

    (@patrique)

    Actually, tried both and still get 404 ??

    Plugin Author Grégory Viguier

    (@greglone)

    Hello.
    Version 2.2.2 should solve the https issue.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘HTTPS to login page’ is closed to new replies.