Hey im running an apache webserver on windows xp (yes laugh it up

) anyways I want to make it prompt the users for an username and password. If anyone else has run a web server from windows xp and has any idea plz help.
I might be totally off but heres my .htaccess
AuthUserFile /users/.htpasswd
AuthGroupFile /dev/null
AuthName EnterPassword
AuthType Basic
require user default