New Domain - Redirect Question

Discussion in 'Search Engine Optimization' started by pcbro34, Jun 7, 2014.

  1. #1
    Hi

    I need to redirect all pages of my old website to a brand new domain name without losing ranking and backlinks.

    Can anyone give any suggesting on how to do this.

    Thanks
     
    pcbro34, Jun 7, 2014 IP
  2. smithrick

    smithrick Notable Member

    Messages:
    191
    Likes Received:
    18
    Best Answers:
    2
    Trophy Points:
    210
    #2
    smithrick, Jun 7, 2014 IP
  3. iwebsocial

    iwebsocial Well-Known Member

    Messages:
    1,718
    Likes Received:
    69
    Best Answers:
    4
    Trophy Points:
    170
    #3
    First Visit your Google Webmasters tools account and drop a request move your old site to new one. Then Edit your .htaccess file and put following code there:
    Options +FollowSymLinks
    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^youroldsite.com$
    RewriteRule ^(.*)$ http://yournewsite.com/$1 [R=301,L]
    Code (markup):
    Make sure that you have remove all the lines from your htaccess file before inserting these lines. Otherwise it will won't work. Through these methods you will never lose your rankings, however Google will take few days to show the changes.
     
    iwebsocial, Jun 7, 2014 IP
  4. pcbro34

    pcbro34 Well-Known Member

    Messages:
    325
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    125
    #4

    I use Godaddy hosting and cannot find the ".htaccess" file - what should I do or how can I create one?
     
    pcbro34, Jun 7, 2014 IP
  5. PatrickBee

    PatrickBee Member

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    46
    #5
    You can use Redirection from your Hosting Account by Forwarding (Look it up) or you can download a WordPress plugin called Redirection that points to your
    new domain.
     
    PatrickBee, Jun 8, 2014 IP