能讲的清楚一点吗?是ISAPI筛选器,不管什么页面也是提示这个错误信息!

解决方案 »

  1.   

    ; cgi.force_redirect is necessary to provide security running PHP as a CGI under
    ; most web servers.  Left undefined, PHP turns this on by default.  You can
    ; turn it off here AT YOUR OWN RISK
    ; **You CAN safely turn this off for IIS, in fact, you MUST.**
    ; cgi.force_redirect = 1
      

  2.   

    不要用CGI方式运行PHP,IIS里设置php文件解释程序为php安装目录\isapi\php4isapi.dll来解析就可以了。
      

  3.   

    php.ini
    cgi.force_redirect = 0