Hi. I'm using PHP as a CGI on a small server (Abyss) for local purposes only(Win2k). PHP seems to run ok except from redirection.
Someone has to set cgi.force_redirect = 0 so that php runs as a cgi. Or in the configuration file of the server you have to enter REDIRECT_STATUS=200
However header("Refresh:1; url=page.php"); doesn't work. I can't make any redirections at all
Does anyone know what can i do so that redirections work? I don't think it's a server's problem but something i have to set in the php.ini file.
Thanks
John