".htaccess" AuthType Basic to AuthType Digest
I have a problem converting my AuthType Basic method to AuthType Digest
method. I am really not sure how to get started.
This is my htaccess files, I have 3 pages which only specified users can
access it. However I want to change the AuthType Basic to AuthType Digest
but it is giving me an error.
AuthUserFile "/xampp/htdocs/lab1/.htpasswd"
AuthName "Please log in"
AuthType Basic
<Files A1.htm>
require user John
</Files>
<Files A2.htm>
require user John Nancy
</Files>
<Files A3.htm>
require user Randy
</Files>
No comments:
Post a Comment