ChrisB: location-header und Provider-Einschränkungen?

Beitrag lesen

Hi,

Dieser dreizeiler läuft auf Atomic-Eggs einwandfrei:

<?php
  header("Location: http://www.google.de");
?>

Das gleiche Skriptche auf www.netclusive.de:

Warning: Cannot modify header information - headers already sent by (output startet at /home/www/USER/html/PFAD/ZUM/SCRIPT/script.php:1) in /home/www/USER/html/PFAD/ZUM/SCRIPT/script.php on line 2

Dann ist da vermutlich kein output buffering per Default aktiv, was auf deiner Eggs-Seite deinen Fehler implizit "behebt".

Script in UTF-8 mit BOM gespeichert?

MfG ChrisB

--
Light travels faster than sound - that's why most people appear bright until you hear them speak.