问题
访问Windows 2003 IIS6上的主控界面,发生错误:
Please try the following:
Contact the Web site administrator if you believe this directory should allow execute access(小型网站之最爱).
HTTP Error 403.1 - Forbidden: Execute access(小型网站之最爱) is denied.
Internet Information Services (IIS)
解决方案
问题的原因是IIS6的Web服务扩展设置要求和实际路径的大小写完全一致。
请检查:
1) Web服务扩展中的php要求的文件名和实际路径的大小写是否一致;
2) 主控站点Default的主目录->脚本映射中.php等脚本映射中指向的php路径和实际目录的大小写是否一致;
两者必须都正确,才能正常访问。
注:WINDOWS 2003 SERVER SP2中已经解决了该问题。即不再区分大小写