wp-admin did not redirect to wp-login.php
-
Hi,
I am using this kind of tweak for a quick login URL
RedirectMatch ^/admin$ https://mydomain/wp-admin/
It was always working, but suddenly it no longer give me the login page. Instead it gives me
You do not have sufficient permissions to access this page.
How can I fix it?
for the mean time, I change the quick URL tweak to
RedirectMatch ^/admin$ https://mydomain/wp-login.php
- The topic ‘wp-admin did not redirect to wp-login.php’ is closed to new replies.