hey,
Does anyone know anything about apache authenication? I have this and have no idea how to deal with it.
AuthDBUserFile /home/httpd/password/ifnbd.db
AuthDBGroupFile /home/httpd/password/ifnbd.db
AuthName "My page"
AuthType Basic
<Limit GET POST>
require valid-user
</Limit>
This is in the .htaccess file
What is it and how does it work?
thanks
jim