301 Redirects? Any Experience?

Discussion in 'Search Engine Optimization' started by reapr, Nov 9, 2006.

  1. #1
    I have a site on a subdomain that has some decent PR but have purchased a domain name that I want to point at.

    What is the best method to use to point that newly registered domain to my subdomain?

    What I am afraid of is triggering a duplicate filter and loosing PR.

    Will PR show immediately or will I have to wait for an update?
     
    reapr, Nov 9, 2006 IP
  2. affihq

    affihq Peon

    Messages:
    329
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    .htaccess redirect will redirect your links, PR, indexed links, etc. Its like the best and only way to do it.
     
    affihq, Nov 9, 2006 IP
  3. kartik786

    kartik786 Well-Known Member

    Messages:
    1,906
    Likes Received:
    61
    Best Answers:
    0
    Trophy Points:
    170
    #3
    I wana redirect mysite.com to mysite.com/forums .

    Can ne1 provide a Search engine friendly way to do this ?
     
    kartik786, Nov 10, 2006 IP
  4. disgust

    disgust Guest

    Messages:
    2,417
    Likes Received:
    133
    Best Answers:
    0
    Trophy Points:
    0
    #4
    if I understand you correctly you only want the index to redirect?

    just put this in the index (change the extension to .php too, if you can and it isn't already .php)

    
    <?
    header("HTTP/1.1 301 Moved Permanently");
    header("Location: http://www.newurl.com");
    ?>
    
    Code (markup):
     
    disgust, Nov 10, 2006 IP
    dct likes this.
  5. nddb

    nddb Peon

    Messages:
    803
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Why not just run the forums off mysite.com if it's just going to redirect. Why have a /forums/?
     
    nddb, Nov 10, 2006 IP
  6. kartik786

    kartik786 Well-Known Member

    Messages:
    1,906
    Likes Received:
    61
    Best Answers:
    0
    Trophy Points:
    170
    #6
    It will be too much work to shift the forums and I dont wana screw it up for 10k members.. m not good at designing :(
     
    kartik786, Nov 11, 2006 IP
  7. reapr

    reapr Peon

    Messages:
    1,711
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #7
    In my case I am refering to how to do this with a subdomain?
     
    reapr, Nov 11, 2006 IP