Results 1 to 3 of 3

Moving site to new domain

This is a discussion on Moving site to new domain within the General Discussion forums, part of the vBulletin SEO Discussion category; Is there anything I can do to redirect all the pages that google has indexed for the old domain to ...

  1. #1
    Junior Member
    Real Name
    Nick
    Join Date
    Mar 2006
    Posts
    5
    Liked
    0 times

    Moving site to new domain

    Is there anything I can do to redirect all the pages that google has indexed for the old domain to forward to the new domain or are they just a lost cause?

  2. #2
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    if you own the old domain still and have a hosting account set up for it, you can direct all from the old to the new with a simple htaccess file on the old .com, passing with a 301.

    RewriteCond %{HTTP_HOST} ^!newdomain\.com
    RewriteRule (.*) http://newdomain.com/$1 [R=301,L]

  3. #3
    Junior Member
    Real Name
    Nick
    Join Date
    Mar 2006
    Posts
    5
    Liked
    0 times
    well im going to be forwarding the domain to the other domain sub forum now.

    So like it will be

    olddomain.com -> newdomain.com/subforum

Similar Threads

  1. Moving to new domain, questions
    By fluentdesigns in forum General Discussion
    Replies: 2
    Last Post: 02-29-2008, 11:30 AM
  2. Moving everything over to new domain!!!
    By ibodybuild in forum Troubleshooting
    Replies: 1
    Last Post: 01-22-2008, 09:46 PM
  3. Moving to a new server/domain
    By DaveTurnbull in forum Troubleshooting
    Replies: 0
    Last Post: 05-05-2007, 01:53 AM
  4. Moving vBSEO to other domain
    By bigboy1 in forum General Discussion
    Replies: 1
    Last Post: 04-09-2007, 04:01 PM
  5. moving to new domain - what is entailed?
    By JustinBrand in forum General Discussion
    Replies: 0
    Last Post: 11-20-2006, 02:14 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •