Thanks guys, that answers my question. Setup .htaccess in the folder I wanted to protect, and used an online password generator, username I used to test with was 1 and password was 1, yet it won't accept my password. Is there something I need to change in the http.conf file or or anything, or do you thing that it maybee not locating the correct password file. .htaccess is setup as follows:
AuthName "Admin"
AuthUserFile c:/phpdev/Apache/.htpasswd
AuthType Basic
<Limit GET>
require valid-user
</Limit>
I aved the .htpasswd file in that same directory
Any ideas?
Dill