我在Windows 2012 Server和 IIS 8.0 上安装了 PHP 5.5 ,作为从2008服务器迁移的一部分,其中一切正常。 Phpinfo()运行正常,但是当我运行我的WordPress网站时,我得到一个领域:“[MyWebsite]正在请求用户名和密码
c:\ windows \ system32 \ inetsrv \ appcmd.exe list config“默认网站”/部分:anonymousAuthentication 返回:
<system.webServer>
<security>
<authentication>
<anonymousAuthentication enabled="true" userName="IUSR" />
</authentication>
</security>
</system.webServer>
(自定义)wwwroot文件夹和文件的文件权限:
我的 IIS身份验证配置:
我的应用程序池配置:
其他PHP网站似乎也没有正常运行(由于某种原因只显示部分内容)但我不确定这是同一个问题。
所有PHP网站都连接到本地MySQL服务器。
浪费了两天时间试图解决这个问题,我恳请你帮忙解决可能出现的问题。