Moving Content to new Domain

Discussion in 'Site & Server Administration' started by megahertza, Jun 17, 2006.

  1. #1
    I know google does not like sites with content same as other sites such as mfa. My problem is that I have content on my first domain that I want to move to my new Domain digitalbrainfreeze.com. What steps should I take when moving the content and having it indexed on the new domain
     
    megahertza, Jun 17, 2006 IP
  2. adwordaffiliate

    adwordaffiliate Active Member

    Messages:
    760
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    58
    #2
    You can redirect all your old content to your new site & also redirect you incomming links. This will help you new site get indexed faster.

    put this in your .htaccess in your old domain for a permanent 301 redirect.

    RedirectMatch 301 ^(.*)$ http://www.YOURDOMAIN.com$1
    RedirectMatch permanent ^(.*)$ http://www.YOURDOMAIN.com$1

    This will work provided you are using the same directory structure?
     
    adwordaffiliate, Jun 17, 2006 IP