I'm trying to mask the Wordpress login URL. For example, I've been able to do the basics of making the url user-friendly:
^login /wp-login.php [L]
It turns out that I do not want to allow access by using the direct URL with www.site.com/wp-admin
or www.site.com/wp-login
or www.site.com/wp-login.php
or www.site.com/wp-admin.php
, only by the friendly URL.
Is it possible to do this?