Alatar
06-14-2006, 01:35 PM
Hi all.
I am trying to password protect a directory on my site. It isn't working. I've used .htaccess and .htpasswd, and its just not working. I don't know how to upload in ASCII format, except that I think that is default so it doesn't matter. This place that I'm trying to protect is http://GoTyler.net/password/hi.html.
The .htaccess file is:
AuthName "Restricted Area"
AuthType Basic
AuthUserFile http://www.GoTyler.net/.htpasswd
AuthGroupFile /dev/null
require valid-user
and the .htpasswd file is:
a:xdjt8uH2txHi2
(The password is "a")
Does anybody know why this isn't working?
I heard of something called a CHMOD. I have no idea what this is. How do you use it, and what does it do?
PLEASE HELP!
(My host is GoDaddy)
I am trying to password protect a directory on my site. It isn't working. I've used .htaccess and .htpasswd, and its just not working. I don't know how to upload in ASCII format, except that I think that is default so it doesn't matter. This place that I'm trying to protect is http://GoTyler.net/password/hi.html.
The .htaccess file is:
AuthName "Restricted Area"
AuthType Basic
AuthUserFile http://www.GoTyler.net/.htpasswd
AuthGroupFile /dev/null
require valid-user
and the .htpasswd file is:
a:xdjt8uH2txHi2
(The password is "a")
Does anybody know why this isn't working?
I heard of something called a CHMOD. I have no idea what this is. How do you use it, and what does it do?
PLEASE HELP!
(My host is GoDaddy)