I have index.php in the root directory and I want to redirect the request to
a subdirectory /home/index.php.
Here is the content of index.php:
<?php
header("Location: home/");
?>
and the message I am getting:
Warning: Cannot modify header information - headers already sent by (output
started at C:\dev\newhome\index.php:2) in C:\dev\newhome\index.php on line 3