Are you tired of having to use the default WordPress login url to get to login to your Admin Dashboard? Today’s snack will show you how to make it so http://yoursite.com/login takes you to your WordPress login.
Just add this code below to your site’s .htaccess file, which is located at the root level of your WordPress install. Don’t forget to backup your .htaccess file before you edit it.
RewriteRule ^login$ http://yoursite.com/wp-login.php [NC,L]
Just be sure to replace yoursite.com with your site’s domain name. Hope this helps, enjoy!
Leave a Reply