Login Problem after the update.
-
Hi,
I can’t log in or reset the password after I update to the latest version of the plugin. In other words, nothing happens if I try to login, just a page refresh.
I found that the problem is with the line of code from .htaccess added to hide the backend (this is an old setting, I don’t setup this after the update):
# BEGIN Hide Backend # Rules to hide the dashboard RewriteRule ^(/)?lwwhdl/?$ /wp-login.php [QSA,L] # END Hide Backend
If I “comment” the RewriteRule like this:
#RewriteRule ^(/)?lwwhdl/?$ /wp-login.php [QSA,L]
I am able to log in. What is strange, is that I am using this link: https://mydomain.com/lwwhdl , even that the .htaccess line of code is not active.Can you help me on this?
Thank you,
Gabriel
- The topic ‘Login Problem after the update.’ is closed to new replies.