SCDLT
03-28-2003, 07:37 PM
I have been working on this damned thing for a few hours now and I cant get it to work! I can get the folder to ask for a password but I cant get it to let me log in.
http://scdlt.madbullet.com/187/member/
that is the folder protected by htaccess.
this is the .htaccess file:
AuthName "Members Only Section"
AuthType Basic
AuthUserFile /.htpassword
<Limit GET>
require valid-user
</Limit>
ErrorDocument 401 /loginfailed.htm
and here is my .htpassword file:
test:teH0wLIpW0gyQ
I looked around on the internet and I found a site that said I had to encript the password so I used it's password ecriptor, thats how I got that funny second half of the .htpassword file.
I just want the user:pass to be test:test becuase it is just a test. Please help.
http://scdlt.madbullet.com/187/member/
that is the folder protected by htaccess.
this is the .htaccess file:
AuthName "Members Only Section"
AuthType Basic
AuthUserFile /.htpassword
<Limit GET>
require valid-user
</Limit>
ErrorDocument 401 /loginfailed.htm
and here is my .htpassword file:
test:teH0wLIpW0gyQ
I looked around on the internet and I found a site that said I had to encript the password so I used it's password ecriptor, thats how I got that funny second half of the .htpassword file.
I just want the user:pass to be test:test becuase it is just a test. Please help.