Hi everyone,
I’m experiencing the same issue as described here. I’ve created a custom login page and want to prevent users from accessing the default WP login page/form.
“/wp-admin” redirects correctly to my error page.
“/wp-admin.php” redirects to a default 403 page.
“/wp-login.php” and “/wp-login” both redirect to the default WP 404 page instead of my custom login page.
How can I resolve this to redirect all to my error page?
Thanks a lot for your help!