• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

[FIXED]PHP & IIS6 Problems

I'm stumped. I built a PHP program for my job last year and now the company is requesting I migrate my program from the server it was currently on to the new one. both were Windows Server 2003 and both running IIS6. I followed all the steps on everything i could find on Google about installing PHP and IIS6 but i just keep getting the message.
cgi error:
The specified CGI application misbehaved by not
returning a complete set of HTTP headers.
on absolutely every PHP file i try to open. To install PHP i just used the installer at php.net and set it for IIS6 or higher. I tried going to command prompt, going to the PHP directory, and typing in "php-cgi.exe -i" as a forum post i found said but i DID properly get the html text for <?phpinfo();?>. I copied the php.ini directly from the old computer though on that one i didn't install using the automatic method as one didn't exist at the time. is there any way to salvage it?
 
Back
Top