I have tried doing this manually and also through Password Protection in cPanel and it will not let me log in.
Here is what I have in in .htaccess inside /directory:
AuthUserFile /home/login/.htpasswds/.htpasswd
AuthName "Password Protected"
AuthType Basic
require valid-user
Here is what I have in /home/login/.htpasswds/.htpasswd
login:password
I know the path is correct because if I enter pico /home/login/.htpasswds/.htpasswd it shows login:password
Any ideas what the problem is? I don't understand what the problem is??
Here is what I have in in .htaccess inside /directory:
AuthUserFile /home/login/.htpasswds/.htpasswd
AuthName "Password Protected"
AuthType Basic
require valid-user
Here is what I have in /home/login/.htpasswds/.htpasswd
login:password
I know the path is correct because if I enter pico /home/login/.htpasswds/.htpasswd it shows login:password
Any ideas what the problem is? I don't understand what the problem is??