Can I use HTTP authentication with IIS? ΒΆ
Yes. This procedure was tested with phpMyAdmin 2.6.1, PHP 4.3.9 in ISAPI mode under IIS 5.1.
- In your
php.inifile, setcgi.rfc2616_headers = 0 - In
Web Site Properties -> File/Directory Security -> Anonymous Accessdialog box, check theAnonymous accesscheckbox and uncheck any other checkboxes (i.e. uncheckBasic authentication,Integrated Windows authentication, andDigestif it's enabled.) ClickOK. - In
Custom Errors, select the range of401;1through401;5and click theSet to Defaultbutton.
See also