Correct way to redirect a domain

Discussion in 'Domain Names' started by John84, Nov 23, 2007.

  1. #1
    Can someone please explain what is the correct way to redirect a domain? For example, I own www.myniche.com and have been running it successfully for a couple of years. I recently purchase my competitor's website; www.sameniche.com and would like to redirect all traffic from the new domain to my original domain.

    Is the correct way a 301 redirect using .htaccess file? Or can I simply point the new domain to the same directory as the old domain through my cpanel from my host?

    Thanks,

    John
     
    John84, Nov 23, 2007 IP
  2. jakomo

    jakomo Well-Known Member

    Messages:
    4,262
    Likes Received:
    82
    Best Answers:
    0
    Trophy Points:
    138
    #2
    Is the correct way a 301 redirect using .htaccess file?

    Yes :)
     
    jakomo, Nov 23, 2007 IP
  3. anions

    anions Notable Member

    Messages:
    4,840
    Likes Received:
    179
    Best Answers:
    0
    Trophy Points:
    275
    #3
    It will work either way.

    You can also use meta refresh in the index.html file for the new domain.

    Do whatever suits you, either way it'll take less time that it took you to create this thread ;)
     
    anions, Nov 23, 2007 IP
  4. Jean-Luc

    Jean-Luc Peon

    Messages:
    601
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You are right. This is the only correct way to do it from a SEO prospective.

    It will be even better if you can do a page by page redirect from the main pages of the competitor's website to the corresponding pages of your website.

    Jean-Luc
     
    Jean-Luc, Nov 23, 2007 IP
  5. John84

    John84 Active Member

    Messages:
    1,288
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    80
    #5
    Thanks for the responses. Question answered. Thread may be closed.
     
    John84, Nov 23, 2007 IP
  6. John84

    John84 Active Member

    Messages:
    1,288
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    80
    #6
    I went ahead and created an .htaccess file to redirect the traffic...

    Options +FollowSymLinks
    RewriteEngine on
    RewriteRule (.*) http://www.OriginalDomain.com/$1 [R=301,L]
    Code (markup):
    ...is there a way to track which traffic is coming from the new domain
     
    John84, Dec 2, 2007 IP
  7. nikole23

    nikole23 Peon

    Messages:
    64
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    one more question here. What would be Google's actions when he sees this redirection?

    1. Will the PR of redirected domain affect somehow the destination domain?
    2. Will backlinks to the redirected domain be count (in Google eyes) as links to the destination domain, and thus increase importance of it?

    To the 2nd question, I this yes. Can someone confirm? Thanks!
     
    nikole23, Dec 2, 2007 IP
  8. orangegreen

    orangegreen Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    what's the best technique considering SEO?
     
    orangegreen, Dec 3, 2007 IP
  9. John84

    John84 Active Member

    Messages:
    1,288
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    80
    #9
    From the responses I have heard from these forums as well as others. The 301 redirect via .htaccess file would be.

    Good questions that I was asking myself.
     
    John84, Dec 3, 2007 IP
  10. nikole23

    nikole23 Peon

    Messages:
    64
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Regarding this question, after some experiments, I guess the answer is YES, because after I redirected few old useless domains to my main one, I could see a strong increase of the backlinks in the Google's webmaster tools. I checked the mentioned places and I could only see there links to these secondary, redirected domains.
     
    nikole23, Dec 5, 2007 IP