I know this topic has been discussed before but I can't get mine to work. So ok, I am running apache 1.3 and I just created a file .htaccess in my web-root directory which is /www/htdocs/
and then I created a file called .htpasswd using the command from apache called htpasswd by typing
/www/bin/htpasswd -c /www/secure_passwd/.htpasswd jason
so I can view the file and see my encrypted file but when I got to my webservers index.html I don't get prompted for a password. What did I do wrong? Do I have to mess with my httpd.conf file? I don't get why its not working and I can't seem to see a solution in google. ideas? thanks..