Posted by WhatsPHP on 06/22/06 17:39
This PHP CGI binary was compiled with force-cgi-redirect enabled. This
means that a page will only be served up if the REDIRECT_STATUS CGI
variable is set, e.g. via an Apache Action directive.
First thing you need to do is change the line in php.ini so it is
cgi.force_redirect = Off
Then - and this is where I tore my hair out for a while - if you have
your php.ini in the /windows directory, ensure there there isn't also a
default php.ini in the PHP directory as it seems to read that one
first.
Or, why not just have it in the PHP directory and save a lot of
heartache :o)
Navigation:
[Reply to this message]
|