How to redirect login and register pages
You could try to add this to your .htaccess file: Redirect 301 http://domain.com/wp-login.php http://domain.com/profile/login Redirect 301 http://domain.com/wp-login.php?action=register http://domain.com/profile/register Hope it helps.