l'errore completo che mi da sul server e' il seguente:
Warning: Cannot modify header information - headers already sent by (output started at /customers/6/9/3/elettro90bra.it/httpd.www/provephp/e90.php:1) in /customers/6/9/3/elettro90bra.it/httpd.www/provephp/e90.php on line 2
errore generato con il seguente file php
stessa formattazione usata in locale , e funzionaCodice PHP:
<?php
header("Location: http://www.miosito.it");
exit;
?>