mrssfuller
08-31-2009, 09:26 PM
I have created a .htaccess file, and put in the directory in which i want to protect, and i created an .htpasswd file and put in the following path /usr/local/bin/ When I go live with it, the box comes up asking for the user name and password, but it is not accepting the password. any suggestions? (this is for a linux hosted website with godaddy)
AuthName "Restricted Area"
AuthType Basic
AuthUserFile /usr/local/bin/.htpasswd
AuthGroupFile /dev/null
require valid-user
i've also tried (and anything else i can find on the net)
AuthUserFile /home/content/f/e/i/feislady/html/.htpasswd
AuthGroupFile /dev/null
AuthName "Members Area"
AuthType Basic
require valid-user
AuthName "Restricted Area"
AuthType Basic
AuthUserFile /usr/local/bin/.htpasswd
AuthGroupFile /dev/null
require valid-user
i've also tried (and anything else i can find on the net)
AuthUserFile /home/content/f/e/i/feislady/html/.htpasswd
AuthGroupFile /dev/null
AuthName "Members Area"
AuthType Basic
require valid-user