i Everyone,
I was wondering if anyone could help me out with a problem Im having with setting up a password protected directory for my site.
THE HTACCESS Looks like
(this is the way go daddy suggests doing it. the 'username' is obviously my FTP username and the 'directory' is the directory I wanted to password protect)
Code:
AuthUserFile /home/content/j/s/c/username/foldername/.htpasswd
AuthGroupFile /dev/null
AuthName EnterPassword
AuthType Basic
require user username
THE HTPASSWD file looks like:
I uploaded both documents to the directory folder and when i go to that specific path it asks me for a user/pw which is good but when i type in what i have in the HTPASSWD file, it pops up the box again as if I'd typed it in incorrectly...
Thank you for all your help! I greatly appreciate it. I've been struggling for hours trying to figure it out!
Jordan