; cgi.force_redirect is necessary to provide security running PHP as a CGI under
; most web servers. Left undefined, PHP turns this on by default.
So you've got it by default now, nothing's changed yet.
What you should do is left it like this -->
Code: Select all
; cgi.force_redirect = 1
cgi.force_redirect = 0
As you see I add a line setting it to false.
P.D. Try to stop Apache service while changing things.
Try it.
I hope it'll work fine, otherwise you'll have to download the CGI module for Apache at
http://www.php.net/downloads.php