I,m trying to run PHP 5 on IIS 6 on Windows 2003, and got this error when I entered this in my browser address bar:
http://localhost/test.php
test.php contains this code.
<?php
phpinfo();
?>
The error I got is:
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.
Can anybody help?