Wednesday 13 July 2011

Wordpress login url change with .htaccess

Thought to change Wordpress default login url "http://www.website.com/wp-login.php" to something like "http://www.website.com/wlogin" , tried this code and it works fine for me and i am sharing this to all who want to change like me.
 To do this you have to add the following code to your .htaccess file which is located at your root directory of your wordpress install.

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




No comments:

Post a Comment