Forum Moderators: phranque
<Directory directory/>
AuthType Basic
AuthUserFile "c:/Program Files/Apache Group/Apache2/bin/user"
AuthName "Private Area"
Require valid-user
</Directory>
So that takes care of the directory and I've created a user file named "user" in the bin directory but for some reason whenever I access [localhost...] I get an error that it cannot find the server. No error shows up in Apache Error log but in access log there is a 301 and 302 output number for the directory. Any suggestions? Thanks.