What redirect??

Discussion in 'Site & Server Administration' started by ozband, Feb 16, 2006.

  1. #1
    Hi,

    I have a domain with 2000+ pages indexed, and a pr3.. I have transferred everything over to a new domain, and was wondering what the most SEO friendly redirect would be? (Pr transfer, and all that)..

    Any help would be much appreciated.
     
    ozband, Feb 16, 2006 IP
  2. noppid

    noppid gunnin' for the quota

    Messages:
    4,246
    Likes Received:
    232
    Best Answers:
    0
    Trophy Points:
    135
    #2
    in .htaccess

    Redirect 301 / http://www.example.com
     
    noppid, Feb 16, 2006 IP
    Smyrl likes this.
  3. wasabi

    wasabi Guest

    Messages:
    58
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    The best way is to do this in the .htaccess file with a 301 redirection (means permanent redirection), so that your PR is transfered.

    You can also do it with PHP, with the function header, like this :

    header ('HTTP/1.1 301 Moved Permanently');
    header ('Location: xxxx');
     
    wasabi, Feb 16, 2006 IP
  4. ozband

    ozband Active Member

    Messages:
    408
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    78
    #4
    thanks guys...
     
    ozband, Feb 17, 2006 IP