uso apache 2.0 e php.5 ho fatto un redirect ma mi da questo errore. mi potete aiutare a risolvere a il sito lo sto sviluppando in locale grazie.
errore.
Warning: Cannot modify header information - headers already sent by (output started at C:\Programmi\Apache Group\Apache2\htdocs\websolutionportal\prova.php:9 ) in C:\Programmi\Apache Group\Apache2\htdocs\websolutionportal\prova.php on line 10
codice php.
<body>
<?php
header ("Refresh:5;URL=home.php");
?>
</body>
</html>
grazie a tutti.