FORCE_SSL_ADMIN/LOGIN not working?
-
i burned a few cycles on this issue, and just resolved it, so i thought i’d share.
i added:
define(‘FORCE_SSL_ADMIN’, true);
to wp-config.php
i verified that:
works correctly,
but wp was not automatically going to the https://me.com/wp-login.php for logins.
i goog-ed around and couldn’t find similar complaints.
after some head scratching, on a lark, i moved the line:
define(‘FORCE_SSL_ADMIN’);
from the bottom of wp-config.php to the top and lo-and-behold it started working.
so beware, the line placement order !!! ??
happy pressing!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘FORCE_SSL_ADMIN/LOGIN not working?’ is closed to new replies.