12-13-2012, 10:05 AM
Take a look on 301 redicts. 301 redicts is the best way to redict if it should be SEO optimatized. Else just create a php file called index.php and use this code
Code:
<?php
header("Location: http:yoursiteyouwanttoredictto.com");
die();
?>