|
Remote authentiction failing when running IIS |
|
Some versions of IIS may require modifications to get authentication to work with PHP. To configure IIS authentication with PHP follow these steps:
- In Web Site Properties -> File/Directory Security -> Anonymous Access dialog box, check the "Anonymous access" checkbox and uncheck any other checkboxes (i.e. uncheck "Basic authentication," "Integrated Windows authentication," and "Digest" if it's enabled.) Click OK.

- In "Custom Errors", select the range of "401;1" through "401;5" and click the "Set to Default" button.

Remote access authentication should now work properly in IIS.
|