1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Transfer from domain1.com to domain2.com

Discussion in 'Site & Server Administration' started by fgsg, Nov 4, 2013.

  1. #1
    Hello,

    How I can transfer my page domain from domain1.com to domain2.com,
    How much google need for change all my indexed link from domain1.com to domain2.com ?

    Thanks.
    :)
     
    fgsg, Nov 4, 2013 IP
  2. dvduval

    dvduval Notable Member

    Messages:
    3,369
    Likes Received:
    356
    Best Answers:
    1
    Trophy Points:
    260
    #2
    dvduval, Nov 4, 2013 IP
  3. fgsg

    fgsg Well-Known Member

    Messages:
    275
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #3
    Hello,

    With 301 i will change all 1.com link indexed on google to 2.com ?
    How much this time take for finish this procces from 1.com to 2.com

    Thanks.
     
    fgsg, Nov 4, 2013 IP
  4. purpleorange

    purpleorange Active Member

    Messages:
    141
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    60
    #4
    It all depends on how many pages you have. If you use a CMS like WP, there are plugins that can make your life easy. Provide us with a link (the real name of 1.com), you might get a more relevant answer
     
    purpleorange, Nov 4, 2013 IP
  5. fgsg

    fgsg Well-Known Member

    Messages:
    275
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #5
    this is not wp, this is my script have about 150k indexed pages ?

    Thanks.
     
    fgsg, Nov 5, 2013 IP
  6. omkaar

    omkaar Member

    Messages:
    71
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #6
    in google webmastertools, make sure you have both domains and proved your ownership (by random file upload or some other means)
    then use redirect tool to specify that domain1 will be redirected to domain2.
    once google confirms it, then place this line is .htaccess file in domain1's root directory (usually public_html)

    Redirect 301 / http://www.newdomain.com/
    Code (markup):
     
    omkaar, Nov 5, 2013 IP
  7. purpleorange

    purpleorange Active Member

    Messages:
    141
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    60
    #7
    This will not help in redirecting the Individual Post/Page URL's, am i correct? The OP had asked for every single URL to be redirected, so wont this be a better option?

    RewriteRule (.*) http://www.newdomainname.com/$1 [R=301,L]
    PHP:
    Suggested Reading
    and the link to Google Webmaster Suggestions as mentioned by omkaar
     
    purpleorange, Nov 5, 2013 IP
  8. omkaar

    omkaar Member

    Messages:
    71
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #8
    No .. it helps
    every link after a / will redirect to domain2
    i've been successfully redirecting old domain traffic to new domain with all links redirected by this.
    try it
     
    omkaar, Nov 6, 2013 IP