Are you bored of typing the url http://yourwebsite.com/wp-login.php every time you want to log into your WordPress blog? You might want to set a very easy to remember url for your login page… Dont’ worry, that’s very easy to do!
To set a very simple login url for your WordPress blog, all you need to do is open the .htaccess file located in the root folder of your WordPress blog and paste the following code at the end of the file:
1
RewriteRule ^login$ http://yourwebsite.com/wp-login.php [NC,L](Don’t forget to replace yourwebsite.com by your own blog domain.)
From this point, you’ll be able to log into your WordPress blog just by visiting http://yourwebsite.com/login.


Cool! I definitely didn’t know you could do that, thanks man.
A simple, yet sophisticated time-saver. I’m a fan.
Cool beans! I’m stealing this as we speak mwahaha!
Well, it’s not really stealing. I mean, he posted it in plain sight so that we could all use it, technically…
Nope! Stealing! Like a pirate! ARRRGH!! ^_^ Just let me be a pirate!!
I thought something like that would take a huge amount of code but seems only a small .htaccess addition can do the magic. Really, typing /wp-login.php can be boring and also be irritating sometimes when you are really in a hurry. Thanks a lot for the post Stephane
Short, sweet, and simple. Just like I like it! ;) thanks!
Very handy! I’ll be sure to pass this along to my friends!