Moving Site To New URL - Redirect 301???

Discussion in 'SEO' started by lcp03o, Sep 12, 2010.

  1. #1
    Hi

    I have a site (www.site1.com) and I want to change the url to (www.site2.com) I am a bit worried changing urls as site1 gets **,*** visits a day. Can I simply do a 301 redirect to www.site2.com?? has anyone done this before?? I am a bit worried as I dont want to loose my **,*** visitors a day

    Thaanks
     
    lcp03o, Sep 12, 2010 IP
  2. prclicks

    prclicks Peon

    Messages:
    353
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Download your .htaccess file using your ftp cpanel.

    .htaccess file: Change as given below.

    Options +FollowSymLinks
    RewriteEngine on
    RewriteRule (.*) http://www.site2.com/$1 [R=301,L]

    Then upload it. It's done buddy. Verysimple.
     
    prclicks, Jun 2, 2011 IP
  3. AmatureUK

    AmatureUK Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yup exactly what prclicks says although if your website is on an IIS server I think it is a bit more complicated to get a 301 redirect in place. You may see a dip in visits while the 301 is registered by the search engines but apart from that the method above will work 100%.
     
    AmatureUK, Jun 4, 2011 IP
  4. shinki

    shinki Peon

    Messages:
    298
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I think it is not safe for your website.
     
    shinki, Jul 4, 2011 IP
  5. outsourcelink

    outsourcelink Peon

    Messages:
    81
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    The code "301" is interpreted as "moved permanently". .htaccess file is used to create 301 redirect.
     
    outsourcelink, Jul 5, 2011 IP
  6. Captaim

    Captaim Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Doesn't he also need to do some sort of redirect for all the links that are pointing there?
     
    Captaim, Jul 6, 2011 IP
  7. scope22

    scope22 Peon

    Messages:
    216
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    dont use 301 redirects. I used about 1 month ago and within few days google thought i used some black hat techniques and they delete all my pages :(
     
    scope22, Jul 8, 2011 IP