CodeIgniter Forums
IIS and CI problems: "The specified CGI application misbehaved by not returning a complete set of HTTP headers." - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: IIS and CI problems: "The specified CGI application misbehaved by not returning a complete set of HTTP headers." (/showthread.php?tid=6096)



IIS and CI problems: "The specified CGI application misbehaved by not returning a complete set of HTTP headers." - El Forum - 02-14-2008

[eluser]Niklas Stephenson[/eluser]
Im am working on a CI based webapp and the webhost for the site is running IIS and PHP in CGI. But now my problem is that when a load a subpage like index.php/user/ i get a CGI error:
Quote:CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.

according to my ISP it is because IIS is not supporten index.php/subpage, the slash. It thinks it is a sub folder. What do i do?


IIS and CI problems: "The specified CGI application misbehaved by not returning a complete set of HTTP headers." - El Forum - 02-14-2008

[eluser]Niklas Stephenson[/eluser]
Try to take a look at the page at : http://www.show-us-your-budget.eu/index.php/user/register


IIS and CI problems: "The specified CGI application misbehaved by not returning a complete set of HTTP headers." - El Forum - 02-14-2008

[eluser]Niklas Stephenson[/eluser]
I got it fixed by adding a ? to $config['index_page'] = "index.php?";


IIS and CI problems: "The specified CGI application misbehaved by not returning a complete set of HTTP headers." - El Forum - 03-17-2010

[eluser]Peter Lachky[/eluser]
Hey Niklas,

Thanks for this! ;-)

Petiar