Changed from .net to .com

Discussion in 'SEO, Traffic and Revenue' started by Iconic, May 7, 2013.

  1. Iconic

    Iconic The Original

    Joined:
    Nov 2, 2011
    Messages:
    353
    Likes Received:
    135
    Location:
    Australia
    I was wondering how to setup thread redirects as I really haven't had to do it before. I change my site from a .net to a .com its still the same name. Can anyone give me any guidance into how to do it (301 redirect)? Thank you.
     
  2. SticKer

    SticKer Regular Member

    Joined:
    May 8, 2013
    Messages:
    11
    Likes Received:
    5
    301 Redirect should do the job.

    Give it a few weeks time and the new domain & links should get indexed.
     
    Iconic likes this.
  3. Brandon

    Brandon Regular Member

    Joined:
    Jun 1, 2009
    Messages:
    6,602
    Likes Received:
    1,706
    Location:
    Topeka, Kansas
    First Name:
    Brandon
    something like this should work.

    Code:
    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^(www\.)?oldsite\.net$
    RewriteRule ^(.*)$ http://www.newsite.com/$1 [R=301,L]
     
    SticKer, Iconic and Dan Hutter like this.
Similar Threads
Loading...

Share This Page