我刚安装了一个新的IIS 7--我刚刚添加了Web平台安装程序,而PHP5.2就是通过它来安装的。
但是,当尝试访问一个简单的test.php文件(其中只有phpinfo() )时,我得到以下错误列表:
• IIS was not able to access the web.config file for the Web site or application.
This can occur if the NTFS permissions are set incorrectly.
• IIS was not able to process configuration for the W
我已经查看了iis7上关于php错误报告的各种问题,但仍无法解决我的问题。
我在我的php ini文件中关闭了错误报告,(这个服务器上的很多站点都是从IIS6转移过来的,这些站点产生了警告等等)
我真的需要在每个站点的基础上打开错误报告,我查看了这个线程:我已经尝试将添加到.htaccess:
# PHP error handling for development servers
php_flag display_startup_errors on
php_flag display_errors on
php_flag html_errors on
php_flag log_errors o