Rhett 17 Posted February 12, 2014 Removing VBSEO for vbulletin – Reverting back to vbulletin URLs Please note, this information was copied from vbseo.com, now showing a database error. This is posted for reference since vbSEO seems to be going out of business:If you ever need to uninstall vBSEO , you can use the following instructions. Make sure you carefully follow each step. Login to your vBSEO Cp and disable vBSEO Login to your Admincp and Browse to Plugins & Products Uninstall vBSEO product file , on the next step you’ll be given 2 options If you ever plan to install vBSEO on the same domain , choose Keep vBSEO data in Database If you will not use vBSEO again choose Cleanup vBSEO Data Delete all files include .htaccess from your server via ftp. You can find the list of files that needs to be deleted below. Files that needs to be deleted admincpadmin_vbseo.phpclientscriptvbseo_ajax.jsimagesvbseoanchor.pngdelicious.gifdigg.giffacebook.giffurl.gifgoto_linkbacks.giflinkback.giflinkback_about.giflinkback_url.gifmister-wongpingback.gifpost_linkback.gifreddit.gifrefback.gifspurl.giftechnorati.giftrackback.gifincludescronvbseo_serviceupdate.phpxmlbitfield_vbseo.xmlcpnav_vbseo.xmlvbseo_urls_001.xmlvbseo_urls_002.xmlvbseo_urls_003.xmlvbseo_urls_004.xmlvbseo_urls_005.xmlvbseo_urls_006.xmlvbseocp_deutsch (du).xmlvbseocp_deutsch (sie).xmlvbseocp_dutch.xmlvbseocp_english.xmlvbseocp_russian.xmlvbseocp_turkce.xmlfunctions_vbseo.phpfunctions_vbseo_cache.phpfunctions_vbseo_createurl.phpfunctions_vbseo_crr.phpfunctions_vbseo_db.phpfunctions_vbseo_hook.phpfunctions_vbseo_linkback.phpfunctions_vbseo_misc.phpfunctions_vbseo_pre.phpfunctions_vbseo_seo.phpfunctions_vbseo_startup.phpfunctions_vbseo_url.phpfunctions_vbseo_vb.phpmd5_sums_crawlability_vbseo.phpmodcpvbseo_moderate.phpvbseo.phpvbseocp.phpvbseocpform.php.htaccess After uninstallation you can also redirect your indexed content to original vBulletin urls. Please carefully check the rewrite rules and use the one that fits your current url structure. If your url structure isn’t listed below please post a sample example so we can supply the correct rules.If you have your thread rewrite rules set as forum-name/threadid-threadname.html use the following .htaccess RewriteEngine onRewriteRule [^/]+/([0-9]+)-[^/]+\.html http://www.domain.com/forums/showthread.php?t=$1 [L,R=301] If you have your thread rewrite rules set as forum-name/threadname-threadid.html use the following .htaccess RewriteEngine onRewriteRule [^/]+/[^/]+-([0-9]+)\.html http://www.domain.com/forums/showthread.php?t=$1 [L,R=301] If you have your thread rewrite rules set as forum-name/threadname-threadid/ use the following .htaccess RewriteEngine onRewriteRule [^/]+/[^/]+-([0-9]+)/ http://www.domain.com/forums/showthread.php?t=$1 [L,R=301] Quote Share this post Link to post Share on other sites