View Single Post
Old 08-25-2005, 11:50 AM   #12 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,505
sde is on a distinguished road
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.
__________________
Mike
sde is offline   Reply With Quote