Hello,
I am having touble password protecting a directory on my site. With what I have now, it does ask me for a username and password, but it does not accep any username/pass combo I give it. I have the password encoded. Anyone have any ideas???
.htaccess File
AuthUserFile /usr/m/muzaic/htdocs/aptest/.htpasswd
AuthGroupFile /dev/null
AuthName EnterPassword
AuthType Basic
require user mike
.htpasswd File
mike:27VVnwfPglBks
I am having touble password protecting a directory on my site. With what I have now, it does ask me for a username and password, but it does not accep any username/pass combo I give it. I have the password encoded. Anyone have any ideas???
.htaccess File
AuthUserFile /usr/m/muzaic/htdocs/aptest/.htpasswd
AuthGroupFile /dev/null
AuthName EnterPassword
AuthType Basic
require user mike
.htpasswd File
mike:27VVnwfPglBks