There is an article I read that I you can customize the WordPress Administrator login. It calls for editing the HTACCESS file. I have (2) HTACCESS files, one in my root on my server and the other located with in the WordPress installation. My server does not permit me to edit or change anything to the HTACCESS located in my WordPress installation, but I can edit or change the HTACCESS file in my root on my server. Proceeding with editing my HTACCESS file in my servers root. The article calls to add this to the HTACCESS file;
RewriteRule ^login$ http://YOUR_SITE.com/wp-login.php [NC,L]
Obviously changing the code to what and placing the code you see above in the beginning of my HTACCESS file was required, doing this and changing to http://<mysite.com>/c_login.php [NC,L]. I was expecting to see the WordPress login screen, instead I got access denied ?