CODE IS:
--------------
<?
...
Header("Location: Http://".$GLOBALS["HTTP_HOST"]."/main.php?";);
exit;

?>


after header() it redirects but i faced with the error of:
---------------------------------------------------------------------------
CGI Error
The specified CGI application misbehaved by not returning a complete set of
HTTP headers.


PHP.ini:
------------
cgi.force_redirect = 0
cgi.redirect_status_env = ENV_VAR_NAME
fastcgi.impersonate = 1
cgi.rfc2616_headers = 1

thanks for help







-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to