サーバールートにファイルがあります:
<?php
header("Location: http://www.google.com/", true); //this does not work
//echo "Test"; //this is tested and works.
?>
私のphp.iniファイルはどこか間違っていますか、それともなぜですか?
サーバールートにファイルがあります:
<?php
header("Location: http://www.google.com/", true); //this does not work
//echo "Test"; //this is tested and works.
?>
私のphp.iniファイルはどこか間違っていますか、それともなぜですか?