I am getting this error on IIS 5.0 running php.
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:
You're running PHP as a CGI, not as an ISAPI filter. Your scripts are going to have to output at least the "Content-type: text/html" header and a blank line before it sends any output.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.