Mailinglisten-Archive |
Moin,
Armin Briatta wrote:
> header("Status: 301 Moved Permanently");
> header("Location:www.xxx.de/kontakt/");
hast du SSL-Bereiche? Dann willst du zusaetzlich noch moeglichst
automatisiert die Portnummer dazutun. Und du willst auf jeden Fall
immer das Protokoll (http/https) an den Anfang der Adresse stellen.
Also
header('Location: http://www.example.com:80/foo/');
(siehe http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.30)
HTH
Carola Sammy Kummert
php::bar PHP Wiki - Listenarchive