http://yoursite.com/login
just add this line in your .htaccess file before the default WordPress rewrite stuff:
RewriteRule ^login$ http://yoursite.com/wp-login.php [NC,L]

http://yoursite.com/login
just add this line in your .htaccess file before the default WordPress rewrite stuff:
RewriteRule ^login$ http://yoursite.com/wp-login.php [NC,L]
Leave a Reply
You must be logged in to post a comment.