You're here: Home » WordPress » Change Login URL

Change Login URL

On Aug 26, 2011 under WordPress

The default WordPress login url that ends with wp-login.php is quite boring and few clients find it difficult to remember. Here’s a simple way to change your login url into a user friendly one like webfroze.com/login. No more php and hyphens in login path. Here’s how to do it.

Paste the below line of code in your .htaccess file. You can find that in the blog directory. In .htaccess file there might be some rewrite codes already present and you don’t need to touch that. Save the changes made.

RewriteRule ^login$ http://yoursite.com/wp-login.php [NC,L]

Check your login link. Here’s a screenshot of my .htaccess file. Just to help you in pasting the code.

wplogin

Comments on this entry (no comments)

Did you like this post? You can share your opinion with us! Simply click here.

Leave a Reply

CommentLuv badge