How Do I Disable or Redirect the Default Login Page in WordPress?

When you first set up your WordPress site, the admin area probably had a login page that looked something like this:

http://localhost/WordPress/wp-admin/

If you’ve changed your login page, you’ll need to disable the default login page in WordPress to continue using your new login page. To disable the default WordPress login page, open the WordPress admin area (http://localhost/WordPress), click the Settings button in the header, and then under the “Site” heading, click the “Login” tab.

Near the top of the page, you’ll see a list of registered login pages. To add a new login page, click the “Add New” button and enter the URL of your new login page in the “Login Page” field. (Don’t forget to add the http:// prefix!)

To redirect users to your new login page, click the “Redirect Users” link and enter the new URL in the “Redirect URL” field. (Again, add the http:// prefix!)

That’s all there is to it! Now your users will be redirected to your new login page when they try to log in.