CGI Error when running PHP on IIS 6.0
I am running a Windows Server 2003 server with IIS 6.0 and PHP 4.3.4I am trying to run a script, but everytime I run it I get the following error (Script is PHP):
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.
This happens when I use the header("Location:... funtion.
I read a bug about it, but I haven't found anything on how to fix it. All the other PHP things work fine (I have phpMyAdmin, Invision Board and a few other programs running without error).
Anyone know how to fix this?