Re: [PHP-DEV] Bug #12725: header ("Location: index.php") ; does not work in Netscape6 on the Mac

2001-08-13 Thread Christian Joergensen

On Monday 13 August 2001 22:25, [EMAIL PROTECTED] wrote:

> header ("Location: index.php") ;
> exit;
>
> The above does NOT work on Netscape 6 on the Mac(only).

Try using the full path including hostname and protocol, as described in the 
RFC, in your header.

-- 
Christian Jørgensen  |  "Ford, you're turning into a penguin"
http://www.razor.dk  |  "Stop it" 

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #12725: header ("Location: index.php") ; does not work in Netscape6 on the Mac

2001-08-13 Thread four_the_web

From: [EMAIL PROTECTED]
Operating system: 
PHP version:  4.0.6
PHP Bug Type: HTTP related
Bug description:  header ("Location: index.php") ; does not work in Netscape6 on the 
Mac

header ("Location: index.php") ;
exit;

The above does NOT work on Netscape 6 on the Mac(only).
-- 
Edit bug report at: http://bugs.php.net/?id=12725&edit=1


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]