10-05-2009, 08:24 PM
(10-05-2009, 08:22 PM)Jake Wrote: Well, sorry I don't really know PHP.. I'm just trying to make a simple redirect.
Can someone just post a code snippet of a full index.html page that simply redirects?
Thanks.
Code:
<?php
header("Location: http://yourdomain.com/forums/index.php");
?>
save the above as index.php and change the path after "Location:" to the one you want it to redirect