ok read that had most of those steps done already but apache still just ignores the .htaccess what am i doing wrong.
ok http:config
AccessFileName .htaccess
<Ifmodule mod_userdir.c>
UserDir "C:/Apache/htdocs/test/"
</Ifmodule>
AllowOverride All
<Directory "c:/Apache/htdocs/test">
Options followSymLinks
AllowOverride All
</Directory>
then type this into the .htaccess
AuthUserFile c:/apache/htdocs/test/htpasswd
AuthGroupFile /dir/null
AuthName MembersOnlyArea
AuthType Basic
and it still just gost to the index page
i have made it work before on a unix server
but just can't seem to make it work on win2k