> > HTTP Location headers require the full hostname, i.e.
> > 
> > header("Location: http://www.example.com/page_to/redirect/to.php";);
> 
> that is true, but usually it works with relative url-s also
> 
> greets
> Zoltán Németh
> 

Just because some user agents handle non-standard data doesn't make it correct. 
The HTTP spec says it has to be an absolute URI [1] so until that changes, I'll 
keep using and recommending absolute URIs.

E

[1] http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.30

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

Reply via email to