some explaining for .htpasswd / apache ?

thetownman

New Member
hi..can you please tell what lines 2,4,5,6 mean <br />
<br />
1.AuthUserFile c/wamp/www/php/.htpasswd<br />
2.AuthGroupFile /dev/null<br />
3.AuthName "My Private Directory"<br />
4.AuthType Basic<br />
<br />
5.<Limit GET POST><br />
6.require valid-user</Limit><br />
....<br />
and are there any other options to work with ?? thanks alot.
 

kathy8232001

New Member
This is not something simple to answer. Please take a look at the Apache tutorial (URL in Sources below). It explains a lot and gives examples.
 
Top