redirecting to new domain

Discussion in 'Site & Server Administration' started by zokiii, May 14, 2006.

  1. #1
    I have some old domain and now I would like to redirect whole old domain to new one.
    Theme is the same, just new domain.

    I would do this:

    redirect whole old domain with .htaccess like this :

    redirect 301 / http://www.newdomain.com/

    then I would like to shut down old domain after some time and also quit with old hosting , but
    are those backlinks will stay to new domain or I have to that .htaccess file
    have on old server which will be redirecting to new one ?
    Can I shut down that old domain and hosting after some time ?
     
    zokiii, May 14, 2006 IP
  2. theblight

    theblight Peon

    Messages:
    246
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #2
    yup you can! go ahead...
     
    theblight, May 17, 2006 IP
  3. zokiii

    zokiii Peon

    Messages:
    656
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You mean SE's will see this redirection and they will "register" that ?

    And then I can move .htaccess file and shut down domain ?
     
    zokiii, May 17, 2006 IP
  4. theblight

    theblight Peon

    Messages:
    246
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #4
    nope...SE will contain your old domain...once a user click on it your old domain will redirect to your new domain then once the new domain has been indexed then its a high time to shut it down
     
    theblight, May 17, 2006 IP
  5. cagintranet

    cagintranet Well-Known Member

    Messages:
    328
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    128
    #5
    He was asking about the links out on the web still pointing to his old domain.

    Basically - if you shut down your old domain, the search engines will not be able to see your 301 redirect in htaccess anymore therefore over time, they will not know where that old domain is suppost to point to. Since it has no idea where it points to - the old backlinks will not count.

    Options:
    1. contact all pages linking to you and ask them to change their links to the new domain.
    2. leave old domain up with just the .htaccess file - keeping the backlinks from that old domain.

    no htaccess = no 301 redirects = no old backlinks counted
     
    cagintranet, May 17, 2006 IP
  6. theblight

    theblight Peon

    Messages:
    246
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #6
    thanks i slipped on that one...well better contact the people who have back links...
     
    theblight, May 17, 2006 IP
  7. zokiii

    zokiii Peon

    Messages:
    656
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #7

    Thanks! That is what I'm looking for ..

    I think that I will keep that .htaccess file because I'm to lazy to change about 5000 links :D
     
    zokiii, May 17, 2006 IP
  8. cagintranet

    cagintranet Well-Known Member

    Messages:
    328
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    128
    #8
    glad to help...

    the only thing is, you will need too keep that htaccess file on your old domain where all the links are currently pointing to. So basically - you cant let that domain expire, and you will need some sort of hosting to store that file in.
     
    cagintranet, May 18, 2006 IP
  9. adacprogramming

    adacprogramming Well-Known Member

    Messages:
    1,615
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    125
    #9
    Hosting is cheap, For that many links I'd just keep old site up indefinitely and do the redirect. Money well spent.:)
     
    adacprogramming, May 18, 2006 IP
  10. theblight

    theblight Peon

    Messages:
    246
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #10
    you can also put the old domain on your server alias :D but it will be only for the domain not the back links.. so as if some remember your site name it will be automatically redrected to the new
     
    theblight, May 19, 2006 IP
  11. zokiii

    zokiii Peon

    Messages:
    656
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #11
    I understand all of that ..
    and if I change file names I will must redirect each page by page like this :

    redirect 301 /old/old.htm http://www.newdomain.com/new.htm

    Or can I do something more easier for redirecting all files ?
     
    zokiii, May 19, 2006 IP