Hi there,
I have tried using mod-rewrite and various plugins, including Stealth Login for this, but none worked.
The problem is that the WordPress address is similar to:
http://www.mydomain.com/blog/wp-admin/ and I want it to be
http://www.mydomain.com/blog/login/
How do I do this since it's in its own folder?
Here's the code I'm trying to tinker with, unless there's a better solution?
RewriteRule ^login$ http://yoursite.com/wp-login.php [NC,L]