Hey Guys,
I have tried everything I know to get this working but still no luck….
I have moved a site to Windows IIS hosting running PHP 4 as CGI (I think).
The front end is working fine after I forced query strings and a couple of other tricks but I cannot log into the admin. The login page shows fine… but after my password has been accepted I receive following message:
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.
Now in my config I have:
$conf['send_headers'] = "n";
$conf['gzip_output'] = "n";
$conf['force_query_string'] = "y";
which all seem to be working.
Any other ideas?
For the record:
PHP Version 4.4.2
Microsoft-IIS/6.0
Hmm…. might be having an issue with the redirect…. looking into it now
