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.ini
file, setcgi.rfc2616_headers = 0
- In
Web Site Properties -> File/Directory Security -> Anonymous Access
dialog box, check theAnonymous access
checkbox and uncheck any other checkboxes (i.e. uncheckBasic authentication
,Integrated Windows authentication
, andDigest
if it's enabled.) ClickOK
. - In
Custom Errors
, select the range of401;1
through401;5
and click theSet to Default
button.
See also