hi
I am running a Win2k machine and have apache running on it i need to secure my web - directory D:\apache\htdocs\pradeep\admin\
this is what I am doing
I created a file with the htpasswd program
and entered the following into the
httpd.conf file but some how it doesnt
work I get the prompt
but on entering the password
i cant get access...
I need to solve this problem ASAP
The error.log file says
[Tue Mar 05 10:44:08 2002] [error] [client
127.0.0.1] user pradeep not found: /admin/
Now there has to be something wrong which i somehow cant get
<Directory D:\apache\htdocs\pradeep\admin>
AuthName "Protected Area"
AuthType "Basic"
AuthUserFile "D:\apache\htdocs\pradeep\pradeep"
require user pradeep
</Directory>
Thanks
Regards , ,
Pradeep Dsouza