IIS 8领域的PHP:正在请求用户名和密码

时间:2014-01-01 21:56:10

标签: php iis fastcgi windows-server-2012 iis-8

我在Windows 2012 Server和 IIS 8.0 上安装了 PHP 5.5 ,作为从2008服务器迁移的一部分,其中一切正常。 Phpinfo()运行正常,但是当我运行我的WordPress网站时,我得到一个领域:“[MyWebsite]正在请求用户名和密码

realm

这是我的phpinfo() results

我的php.ini file

c:\ windows \ system32 \ inetsrv \ appcmd.exe list config“默认网站”/部分:anonymousAuthentication 返回:

<system.webServer>
  <security>
    <authentication>
      <anonymousAuthentication enabled="true" userName="IUSR" />
    </authentication>
  </security>
</system.webServer>

(自定义)wwwroot文件夹和文件的文件权限:

  • 每个人:RE / L / R
  • 经过身份验证的用户:完全控制
  • IUSR :完全控制
  • 系统:完全控制
  • 管理员:完全控制
  • 用户:RE / L / R
  • IIS_IUSRS :完全控制

我的 IIS身份验证配置:

IIS Authentication configuration:

我的应用程序池配置:

Application Pool config

其他PHP网站似乎也没有正常运行(由于某种原因只显示部分内容)但我不确定这是同一个问题。

所有PHP网站都连接到本地MySQL服务器。

浪费了两天时间试图解决这个问题,我恳请你帮忙解决可能出现的问题。

0 个答案:

没有答案