Problems with .htaccess - Please help

Hello everyone,

I am having a very strange problem with securing a directory on my raq4i server. My problem is when i create the .htaccess and .htpasswd files it does not use the passwords in the .htpasswd file, instead it uses the main one in /etc/passwd

===== .htaccess file ======
AuthUserFile /home/mcp/.htpasswd
AuthGroupFile /dev/null
AuthName "Members Area"
AuthType Basic

require valid-user
===== .htpasswd file ======
asdf:gRaaSKbxEkWfk
Any suggestions of what im doing wrong??

 

 

 

 

Top