Results 1 to 3 of 3

Site Moving, Old URL Compatibility.

This is a discussion on Site Moving, Old URL Compatibility. within the Pre-Sales Questions forums, part of the Announcements & Pre-Sales category; Hi. I'm in the process of acquiring a large vB site. This will have to be relocated to a new ...

  1. #1
    Junior Member
    Real Name
    Manonfire
    Join Date
    Feb 2009
    Posts
    7
    Liked
    0 times

    Site Moving, Old URL Compatibility.

    Hi.

    I'm in the process of acquiring a large vB site. This will have to be relocated to a new domain.

    The questions I have are:

    Is there going to be a way I can get.

    http://community.vbforumname.com/forumdisplay.php?f=8

    To redirect to:

    http://community.newsitename.com/forumdisplay.php?f=8

    Using htaccess etc. This is so the old google links will still work for a while. Then also what happens to the old links in google once I start using vbSEO and the URL is now:

    http://community.newsitename.com/f8 etc

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    Hello ,

    Yes you can easily create a redirect rule from old domain to new domain with .htaccess rule.

    Original vBulletin urls are 301 redirected to new format.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  3. #3
    Junior Member
    Real Name
    Petr Nosálek
    Join Date
    Feb 2009
    Posts
    1
    Liked
    0 times
    something as:

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^www.old-url\.net [NC,OR]
    RewriteCond %{HTTP_HOST} ^old-url\.net [NC,OR]
    RewriteRule (.*) http://new-url.net/$1 [R=301,QSA,L]

Similar Threads

  1. error codes coming up after moving site to new server
    By itskerz03 in forum Troubleshooting
    Replies: 2
    Last Post: 12-24-2008, 01:04 PM
  2. Moving site to new domain
    By fluentdesigns in forum General Discussion
    Replies: 2
    Last Post: 06-06-2008, 06:40 PM

Posting Permissions

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