I'm trying to password the phpMyAdmin folder of my site. I've created the .htaccess file as follows:
AuthName "PHP MyAdmin"
AuthType Basic
AuthUserFile /usr/home/mysite/public_html/phpmyadmin.htpasswd
require valid-user
Can anyone tell me how to create the .htpassword file? And is there anything else that needs to be done?
Cheers,