Last Updated: February 25, 2016
·
1.54K
· colegeissinger

Easy WordPress Login URL

The default URL to the login page can be confusing for some clients. Why not simplify it!

Open your .htaccess file and add this code:
RewriteRule ^login(.*)$ wp-login.php$1

We are rewriting the default URL, which is /wp-login.php to allow for /login/.

1 Response
Add your response

Do you know of a way to rename the wp-admin area too? I have been looking for a while.

over 1 year ago ·