Hi
I am trying to access this url on neon server ,Location: http://website/index.php?action=index&module=Home
Now on above url after login i get the following error
===============================
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.
===============================
I already checked that all my included files don't have any carriage returns or spaces before or after the php-code enclosing tags.
The error only happens the FIRST TIME i load the page!! After clicking/ refresh the page (browser IE 6.0) it is displayed ok.
Platform: Windows 2003
PHP : 5
IIS : 6.0
When i run the same application on my local system (Widnows XP,php5 & IIS 5) it works fine,and when i copy the application to the server (Win 2003,PHP5,IIS6) it gives me the above mentioned error.
Do u have a clue, please??
-Bhavin