HTML password problem - TechRepublic
General discussion
July 13, 2000 at 02:59 AM
hanes_ray

HTML password problem

by hanes_ray . Updated 25 years, 8 months ago

I’m trying to use .htaccess and .htpasswd to set up a password for a web page this is the .htaccess file.
———————————————
AuthUserFile /page/.htpasswd
AuthGroupFile /dev/null
AuthName ByPassword
AuthType Basic

require user JANUS
———————————————
.htpasswd

USERNAME:ENCRYPTED PASSWORD
———————————————
The problem I have is that after these are put on the server it asks for the user and pass and no matter what I put in (even the correct user and pass) it kicks me back to the user/pass box three times then kicks me to a not authorized page. Can anyone help here?

This discussion is locked

All Comments