在win2000 专业版中如何配置php啊???现在我的php 报错如下:
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:
你用的iis??
php没有连上
看看这篇文章
http://www.phpe.net/articles/260.shtml
如果是在IIS下的话,打开PHP.INI查找"cgi.force_redirect",将其值置0;
如果是用的APACHE,这个选项对它没有什么影响,把它注释掉.