"FORCE_SSL_LOGIN" issue
-
Hi there,
I put
define('FORCE_SSL_LOGIN', true);
in my wp-config.php, but the login page still allow non-https.
If I replace the code withdefine('FORCE_SSL_ADMIN', true);
, and it works.I want the whole login page to be in https but not admin panel, how can I do?
Thanks.
- The topic ‘"FORCE_SSL_LOGIN" issue’ is closed to new replies.