Forum Moderators: phranque
AuthType Basic
AuthName "[i]Realm[/i]"
AuthUserFile [i]passwordfile[/i]
require valid-user if you use this 'as is' it will create a login-box, but makes no sense, because the passwordfile won't be found. but for a first step this information might help you.
-hakre
Here's a good place to start, too: Apache Authentication, Authorization, and Access Control [httpd.apache.org].
Jim