I am having a bit of a mare getting this to work, it sort of seems to but then it doesn't!?
I have read various articles and the FAQ on this forum but I can't see that I'm doing anything wrong. (
wouldn't be the first time though!)
I have .htaccess:-
AuthUserFile C:/Apache/bin/.htpasswd
AuthName "Placements"
AuthType Basic
<LIMIT GET POST>
require valid-user
</LIMIT>
(I've also tried this with backslashes)
and .htpasswd (created by running htpasswd -cm .htpasswd username):-
username:$apr1$t40.....$/jbpq51m0DH5WMHcp7oDH.
When I try to access the html files in the restricted folder (the one with .htaccess in) it does not ask for username and password, however if i cahnge the password string in .htpasswd and then try it asks for username and password but obviously fails to authenticate.
This is all on win2k running Apache/1.3.27
I have read various articles and the FAQ on this forum but I can't see that I'm doing anything wrong. (
![[ponder] [ponder] [ponder]](/data/assets/smilies/ponder.gif)
I have .htaccess:-
AuthUserFile C:/Apache/bin/.htpasswd
AuthName "Placements"
AuthType Basic
<LIMIT GET POST>
require valid-user
</LIMIT>
(I've also tried this with backslashes)
and .htpasswd (created by running htpasswd -cm .htpasswd username):-
username:$apr1$t40.....$/jbpq51m0DH5WMHcp7oDH.
When I try to access the html files in the restricted folder (the one with .htaccess in) it does not ask for username and password, however if i cahnge the password string in .htpasswd and then try it asks for username and password but obviously fails to authenticate.
This is all on win2k running Apache/1.3.27