ARGH! is the simple way to put it.
I have created the password files using htpasswd and put them in the director c:/Program Files/EasyPHP1-7/apache/users/passwords.txt
Thatw a sno problem, I then created a .htaccess file to put into my protected directory (c:/Program Files/EasyPHP1-7/www/secure). This is what it contains.
AuthType Basic
AuthName "Secure folder"
AuthUserFile ../../apache/users/passwords.txt
Require user pablo
Now when i vist this secure directory the box pops up asking ym for my username and password, but when it ype them in it doesnt accept them and thorws the box back at me?! Im assuming you take the location of AuthUserFile relative to the .htaccess file calling for it? Why doesnt this work???