Redirecting Just the Home Page

Discussion in 'Site & Server Administration' started by susb8383, Mar 9, 2007.

  1. #1
    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.
     
    susb8383, Mar 9, 2007 IP
  2. giraph

    giraph Guest

    Messages:
    484
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    0
    #2
    if the site is php at the top of index.php you can put

    <?php header("Location: http://www.domain2.com"); ?>
    Code (markup):
     
    giraph, Mar 9, 2007 IP
    samantha pia likes this.
  3. susb8383

    susb8383 Active Member

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    86
    #3
    Good point. I guess I overlooked the most obvious solution.
     
    susb8383, Mar 10, 2007 IP