Mask Login Area is on but still showing /wp-login.php
-
We have Mask Login Area enabled and we’re using this as our login button:
<a href="<?php echo wp_login_url(); ?>">Log In</a>
We’ve indicated the login URL to be:
https://www.domain/log-in
And we’re getting both of these outputs sporadically:
Correct:
<a href="https://www.domain/log-in">Log In</a>
Incorrect:<a href="https://www.domain/wp-login.php">Log In</a>
I’m forced to put
https://www.domain/log-in
in the “Redirect Traffic” field since so many people are getting a Forbidden message when they try to log in and it takes them to /wp-login.phpHow can we make the login masking more bulletproof?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Mask Login Area is on but still showing /wp-login.php’ is closed to new replies.