Redirecting All subdomains & pages to home page?

Discussion in 'Site & Server Administration' started by Sprouter, Mar 27, 2009.

  1. #1
    Can someone show how to do this please? I just purchased a domain with backlinks and pr to varous pages but I only want to have a home page on the site for the time being.
     
    Sprouter, Mar 27, 2009 IP
  2. jestep

    jestep Prominent Member

    Messages:
    3,659
    Likes Received:
    215
    Best Answers:
    19
    Trophy Points:
    330
    #2
    Put this in your .htaccess file in the root of the site:

    
    RedirectPermanent / http://www.mysite.com/ 
    
    Code (markup):
    Also make sure you understand the potential ranking loss that any type of redirect like this could have. If you plan on re-creating the site and having similar pages, you're probably better off waiting and redirecting individual pages.
     
    jestep, Mar 27, 2009 IP
    Sprouter likes this.
  3. Sprouter

    Sprouter Well-Known Member

    Messages:
    426
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    130
    #3
    Thanks mate, yeah I understand the implcations of this. On this particular site I don't see myself ever needing more than one page so it will work in perfect. Cheers ;) Rep added!
     
    Sprouter, Mar 27, 2009 IP