Uninstall VBSeo and fixing url.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rahul Bhutani
    New Member
    • Aug 2016
    • 5
    • 5.5.x

    [Forum] Uninstall VBSeo and fixing url.

    Hello,
    i just disable vbseo and notice all the old thread and category link no more working and replaced with new.

    vbseo link like :-
    category : forum.gsmdevelopers.com/f2
    after disable category link : forum.gsmdevelopers.com/forumdisplay.php?f=2

    vbseo thread : http://forum.gsmdevelopers.com/f203/...imbahar-11220/
    after disable : http://forum.gsmdevelopers.com/showthread.php?t=11220

    Now what i add to .htaccess to get all vbseo link to work ?
    We have many external links from site which goes dead cause of vbseo uninstall.

    PS : this setting were selected in vbseo we make note before uninstall.
    002 - Hierarchic directory type URLs with content relevant thread (used at www.vBSEO.com)
    Founder Of Gsmdevelopers Forum
  • man1c
    Senior Member
    • Apr 2005
    • 134
    • 3.8.x

    #2
    As nobody has replied here are the vbseo uninstall instructions that I copied these from their site before it died - see the bit at the end about .htaccess redirects (it looks like you need the last one) for your threads but I'm not sure about your categories.

    I don't know much about .htaccess rules as I run windows servers, so I hope this help as it's the most I can do.

    If you ever need to uninstall vBSEO , you can use the following instructions. Make sure you carefully follow each step.
    1. Login to your vBSEO Cp and disable vBSEO
    2. Login to your Admincp and Browse to Plugins & Products
    3. 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
    4. 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
    • admincp
      • admin_vbseo.php
    • clientscript
      • vbseo_ajax.js
    • images
      • vbseo
        • anchor.png
        • delicious.gif
        • digg.gif
        • facebook.gif
        • furl.gif
        • goto_linkbacks.gif
        • linkback.gif
        • linkback_about.gif
        • linkback_url.gif
        • mister-wong
        • pingback.gif
        • post_linkback.gif
        • reddit.gif
        • refback.gif
        • spurl.gif
        • technorati.gif
        • trackback.gif
    • includes
      • cron
        • vbseo_serviceupdate.php
      • xml
        • bitfield_vbseo.xml
        • cpnav_vbseo.xml
        • vbseo_urls_001.xml
        • vbseo_urls_002.xml
        • vbseo_urls_003.xml
        • vbseo_urls_004.xml
        • vbseo_urls_005.xml
        • vbseo_urls_006.xml
        • vbseocp_deutsch (du).xml
        • vbseocp_deutsch (sie).xml
        • vbseocp_dutch.xml
        • vbseocp_english.xml
        • vbseocp_russian.xml
        • vbseocp_turkce.xml
      • functions_vbseo.php
      • functions_vbseo_cache.php
      • functions_vbseo_createurl.php
      • functions_vbseo_crr.php
      • functions_vbseo_db.php
      • functions_vbseo_hook.php
      • functions_vbseo_linkback.php
      • functions_vbseo_misc.php
      • functions_vbseo_pre.php
      • functions_vbseo_seo.php
      • functions_vbseo_startup.php
      • functions_vbseo_url.php
      • functions_vbseo_vb.php
      • md5_sums_crawlability_vbseo.php
    • modcp
      • vbseo_moderate.php
    • vbseo.php
    • vbseocp.php
    • vbseocpform.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
    Code:
    Code:
    RewriteEngine on
    RewriteRule [^/]+/([0-9]+)-[^/]+\.html [URL="http://www.domain.com/forums/showthread.php?t=%241"]http://www.domain.com/forums/showthread.php?t=$1[/URL] [L,R=301]

    If you have your thread rewrite rules set as forum-name/threadname-threadid.html use the following .htaccess
    Code:
    Code:
    RewriteEngine on
    RewriteRule [^/]+/[^/]+-([0-9]+)\.html [URL="http://www.domain.com/forums/showthread.php?t=%241"]http://www.domain.com/forums/showthread.php?t=$1[/URL] [L,R=301]
    If you have your thread rewrite rules set as forum-name/threadname-threadid/ use the following .htaccess
    Code:
    Code:
    RewriteEngine on
    RewriteRule [^/]+/[^/]+-([0-9]+)/ [URL="http://www.domain.com/forums/showthread.php?t=%241"]http://www.domain.com/forums/showthread.php?t=$1[/URL] [L,R=301]

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...