What version of IIS? Download the FastCGI Tech preview for your IIS version, download the php 5.2 zip file(not the installer). Unzip fastcgi, browse to that dir in command prompt and type fcgi /install and then type fcgi /add C:\php\php-cgi.exe php and then restart IIS. Your php files should work now. Instead of using index.php/controller/ action which did not work for me, use index.php?url=/controller/action Leave that ENV thing commented. I uncommented it on Windows with IIS7 and got a ton of errors (which are something I am doing obviously as cake foundation disavows any bugs in their code)
On Oct 11, 4:25 am, CakeMan <[EMAIL PROTECTED]> wrote: > Hi ALL, > > I am having an trouble running Cakephp with IIS. It is giving me the > error as "CGI Error > The specified CGI application misbehaved by not returning a complete > set of HTTP headers." > > What is the problem ? Please help me out to run cakephp on IIS as my > client only has IIS/Windows server. > > Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
