Ok, if you dont hav e cPanel and can't take advantage of the really simple Redirection thing, then you'll need the following php code. For example if you wanted your site (http://www.example.com) to redirect to (http://www.example.com/forums) then you'll need to create a new document in the public_html directory called 'index.php' and add the following code.
If you would like to add a delay in the redirect then add the following code.
Replace 5 with the amount of second you wish for the delay.<?php
header("Refresh: 5; URL=http://www.example.com/forums");
?>
That's it.





Reply With Quote






There might be a few people who dont still
