Hi, Is there a way to redirect just the home page? So in other words, if someone goes to www.domain1.com, they are redirected to www.domain2.com. However, if someone goes to www.domain1.com/apage.html, they stay on domain1? Thanks.
if the site is php at the top of index.php you can put <?php header("Location: http://www.domain2.com"); ?> Code (markup):