boost_dependent
24 Sep 2010, 04:21 PM
I'm new here, but I figured you guys would know why this isn't working.
I have a site http://mysite.com but when someone types this in I want it to go to http://mysite.com/folder/
I have tried and tried to get the php header redirect to work, but all I get is a blank page.
Here is what I have:
an index.html file with this in it
<?php
header("Location: http://mysite.com/folder/");
?>
There is nothing else in there at all, not even a space. Any help on this would be awesome.
Thanks
I have a site http://mysite.com but when someone types this in I want it to go to http://mysite.com/folder/
I have tried and tried to get the php header redirect to work, but all I get is a blank page.
Here is what I have:
an index.html file with this in it
<?php
header("Location: http://mysite.com/folder/");
?>
There is nothing else in there at all, not even a space. Any help on this would be awesome.
Thanks