[Plugin: Lockdown WP Admin] Editor login goes to non-https -> 404
-
Hi,
This is kind of a strange issue. I have a multisite setup with:
define(‘FORCE_SSL_LOGIN’, true);
define(‘FORCE_SSL_ADMIN’, true);I have installed lockdown-wp-admin to hide wp-admin.
It all works fine, except, when I login with a user who is an Editor to
https://myurl.com/my-nested-site/wp-login.php
it forwards me to
https://myurl.com/my-nested-site/wp-admin/profile.php
That is, I lose the “s” on “https” and it thus produces a 404. I have to manually type in the url:
https://myurl.com/my-nested-site/wp-admin/profile.php
to get into the wp-admin.This wouldn’t be a big deal if it was just me, but we have clients using this and it would be inconvenient for them. Any thoughts?
Thanks,
Chris
- The topic ‘[Plugin: Lockdown WP Admin] Editor login goes to non-https -> 404’ is closed to new replies.