Results 1 to 7 of 7

yabbseo to vbseo

This is a discussion on yabbseo to vbseo within the Pre-Sales Questions forums, part of the Announcements & Pre-Sales category; If I buy vbseo will google get 404's when trying to crawl the old yabbseo urls?...

  1. #1
    Junior Member
    Real Name
    avalanch
    Join Date
    Dec 2009
    Posts
    12
    Liked
    0 times

    yabbseo to vbseo

    If I buy vbseo will google get 404's when trying to crawl the old yabbseo urls?

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello,

    yes, that would be possible - just let us know some example old URLs that you want to redirect and we will provide a set of rewrite rules to be added in .htaccess to redirect to new vBSEOed links.

  3. #3
    Senior Member
    Real Name
    Ceri May
    Join Date
    Jul 2009
    Location
    United Kingdom
    Posts
    1,726
    Liked
    15 times
    Blog Entries
    1
    Hi avalanch,

    Do the old URL's include the thread ID's can you give us and example URL format? If so it may be possible to redirect the old URL's to the new format using vBSEO Custom Redirect Feature.

    Ceri

  4. #4
    Junior Member
    Real Name
    avalanch
    Join Date
    Dec 2009
    Posts
    12
    Liked
    0 times
    Here's some example urls /forum/f117-windows-support/locked-out-of-windows-because-of-corrupt-registry-8020.html and the htaccess

    HTML Code:
    Options +FollowSymLinks
    ErrorDocument 404 /404.shtml
    # Comment the following line (add '#' at the beginning)
    # to disable mod_rewrite functions.
    RewriteEngine On
    # Please note: RewriteBase is the path of your forum
    # to your root vB installation (i.e. / or /forums without ending slash / if it is a subdirectory)
    RewriteBase /forum
    
    RewriteRule ^sitemap\.xml$ sitemap.php [L]
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    
    RewriteCond %{REQUEST_FILENAME} -f
    RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.*)$ $1 [L]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    
    RewriteRule ^(.*)$ yabbseo.php?bbseourl=$1&%{QUERY_STRING} [L]

  5. #5
    Senior Member
    Real Name
    Ceri May
    Join Date
    Jul 2009
    Location
    United Kingdom
    Posts
    1,726
    Liked
    15 times
    Blog Entries
    1
    Hi,

    As both the forum ID and thread ID are in the URL format vBSEO would definitely be able to 301 redirect the old URL's to the new ones. Once you have purchased a vBSEO licence please feel free to start a thread (Or reply to this one) and we will be more than happy to help you with the Custom Redirects Rules.

    Ceri

  6. #6
    Junior Member
    Real Name
    avalanch
    Join Date
    Dec 2009
    Posts
    12
    Liked
    0 times
    ah you mean by adding something like this right?




    Quote Originally Posted by Oleg Ignatiuk
    Since there are IDs included in old URLs, it won't be a problem to redirect them.
    In this particular case, the following rewrite rule should be used:
    RewriteRule ^f[0-9]+-[^/]+/[^/]+-([0-9]+)\.html vbseo.php?vbseourl=showthread.php&t=$1 [L]

  7. #7
    Senior Member
    Real Name
    Ceri May
    Join Date
    Jul 2009
    Location
    United Kingdom
    Posts
    1,726
    Liked
    15 times
    Blog Entries
    1
    Hi,

    Yes that would do it

Similar Threads

  1. YabbSEO Lite
    By Shadab in forum General Discussion
    Replies: 1
    Last Post: 03-04-2009, 12:27 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
  •