<?php header("Location: html/index.php"); echo " "; // NN4 requires that we output something... exit(); ?>
<?php header("Refresh: 3; URL=/html/index.php"); echo " "; // NN4 requires that we output something... exit(); ?>