Results 1 to 2 of 2

From Zoints to vBSEO

This is a discussion on From Zoints to vBSEO within the General Discussion forums, part of the vBSEO SEO Plugin category; Okay, looked over the threads, and am having an issue. I need to redirect these old Zoints URLs to their ...

  1. #1
    Junior Member
    Real Name
    Hastin Zylsra
    Join Date
    Aug 2008
    Posts
    9
    Liked
    0 times

    From Zoints to vBSEO

    Okay, looked over the threads, and am having an issue. I need to redirect these old Zoints URLs to their correct (vBSEO) urls:

    http://micechat.com/forums/showthrea...id-101200.html

    and

    http://micechat.com/forums/forumdisp...resort-21.html

    Here's my current .htaccess file:

    # Comment the following line (add '#' at the beginning)
    # to disable mod_rewrite functions.
    # Please note: you still need to disable the hack in
    # the vBSEO control panel to stop url rewrites.
    RewriteEngine On
    RewriteRule ^[^/]+f([0-9]+)(p([0-9]+))?\.html$ vbseo.php?vbseourl=forumdisplay.php&f=$1&page=$3 [L]
    RewriteRule ^[^/]+t([0-9]+)(p([0-9]+))?\.html$ vbseo.php?vbseourl=showthread.php&t=$1&page=$3 [L]
    # Some servers require the Rewritebase directive to be
    # enabled (remove '#' at the beginning to activate)
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /forums/)
    #RewriteBase /
    #RewriteCond %{HTTP_HOST} !^www\.micechat\.com
    #RewriteRule (.*) http://www.micechat.com/forums/$1 [L,R=301]
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
    RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]
    Any Suggestions?

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

    you can insert this in .htaccess right after "RewriteEngine on" line:
    Code:
    RewriteRule (showthread.php)/.+?-([0-9]+)(?:p([0-9]+))?\.html http://micechat.com/forums/vbseo.php?vbseourl=$1&t=$2&page=$3 [L]
    RewriteRule (forumdisplay.php)/.+?-([0-9]+)(?:p([0-9]+))?\.html http://micechat.com/forums/vbseo.php?vbseourl=$1&f=$2&page=$3 [L]
    Last edited by Oleg Ignatiuk; 02-03-2010 at 06:42 AM. Reason: Added pagination redirects
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Similar Threads

  1. Zoints to vbSEO
    By MichaelC in forum General Discussion
    Replies: 12
    Last Post: 08-11-2008, 12:26 PM
  2. SEO by Zoints zu vBSEO 3.2.0
    By Robman in forum Deutsch
    Replies: 8
    Last Post: 08-03-2008, 06:45 AM
  3. Zoints to vBSeo
    By bela-meaad in forum General Discussion
    Replies: 9
    Last Post: 08-27-2007, 08:55 AM
  4. ZOINTS -> vbSEO
    By Hoffi in forum Deutsch
    Replies: 11
    Last Post: 06-28-2007, 06:37 PM
  5. VBSEO and Zoints
    By Mike in forum Troubleshooting
    Replies: 3
    Last Post: 01-05-2007, 09:48 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
  •