General discussion
-
Topic
-
HTML password problem
LockedI’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 Basicrequire user JANUS
———————————————
.htpasswdUSERNAME: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?