oops.. close.
in php.ini, look for this area
Quote:
; 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. You can
; turn it off here AT YOUR OWN RISK
; **You CAN safely turn this off for IIS, in fact, you MUST.**
; cgi.force_redirect = 1
|
you need to uncomment the cgi.force_redirect line and make it = 0
cgi.force_redirect = 0
then restart iis .. let me know if it works.