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.
Ok for FORCE_SSL_ADMIN but what about FORCE_SSL_LOGIN?
Are you sure the .htaccess file is written?
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.
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 ?
Scratch that I meant adding the following to wp-config.php:
define(‘FORCE_SSL_ADMIN’, true);
Actually, tried both and still get 404 🙁
Hello.
Version 2.2.2 should solve the https issue.