lchiang
2009-04-03, 08:51 PM
Hi folks,
I've uploaded both files to my folder under /docs/mystuff
I get the pop up window asking for authentication.
but i authenticate and I get pop up over and over again
here are what the files look like...
.HTACCESS
AuthType Basic
AuthName "Members Only"
AuthUserFile /var/www/domains/mydomain.com/docs/mystuff/.htpasswd
<limit GET PUT POST>
require valid-user
</limit>
.HTPASSWD
username:$1$blahblahstringoflettesandnumbers/ <<this is the MD5 one whatever that means
Do i need the DES encrypted one as well? or just one? and if so, which one?
Any help is appreciated.
Thanks in Advance
ps. i have kept the file names in lowercase.
i have removed the .txt windows creates
I have uploaded in both binary and ascii both to no avail
i have uploaded the htpasswd to both /mystuff folder and in /docs folder (btw which is proper location?)
I've uploaded both files to my folder under /docs/mystuff
I get the pop up window asking for authentication.
but i authenticate and I get pop up over and over again
here are what the files look like...
.HTACCESS
AuthType Basic
AuthName "Members Only"
AuthUserFile /var/www/domains/mydomain.com/docs/mystuff/.htpasswd
<limit GET PUT POST>
require valid-user
</limit>
.HTPASSWD
username:$1$blahblahstringoflettesandnumbers/ <<this is the MD5 one whatever that means
Do i need the DES encrypted one as well? or just one? and if so, which one?
Any help is appreciated.
Thanks in Advance
ps. i have kept the file names in lowercase.
i have removed the .txt windows creates
I have uploaded in both binary and ascii both to no avail
i have uploaded the htpasswd to both /mystuff folder and in /docs folder (btw which is proper location?)