Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 02-21-2018, 04:17 PM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Converting from vBSEO or DBSEO to vB4.x Friendly URLs

Just posted this in response to a question at vBulletin.com but I wouldn't be surprised if it gets deleted over there so reposting here.

https://www.vbulletin.com/forum/foru...dragonbyte-seo

The member posted:

Quote:
Remove Dragonbyte Seo
Mon 19th Feb '18, 6:39am
Hello, I have the DragonByte SEO plugin installed in my forum, and I want to remove it, I asked the professional support of DragonByte and they respond to me that:

(We do not provide any tools for redirecting DBSEO URLs back to vB4 URLs in the event of an uninstall, sorry)

Can anybody help me?

I would like to uninstall dragonbyte seo, but I do not want to lose my indexed URLs or external links, what should I do? What do I put in the .htaccess to avoid url errors, thanks.

This is my current .htaccess: htacces.txt

his is my current url configuration with dragonbyte seo: dbseo-export.txt

Thanks.
That's ridiculous, in my opinion. If they sell and support a product, they should also support uninstalling that product.

I have never used DBSEO but I have uninstalled vBSEO from several vBulletin 4.x installations. It's a time-consuming process but the following works.

First, you need to identify what rewrite rules are currently being used, or in other words what your URLs currently look like.

Then, you need to use notepad or something to list the names and forum numbers of all your forums and categories and tags; you'll obtain these from Forum Management in your ACP.

Finally, you will need to add redirects to your .htaccess file.

For vBSEO, the following assumes you want to convert to the vBulletin 4.x Basic Friendly URLs (set these in Settings .. Options >> Friendly URLs). Add these near the top of your .htaccess file:

Code:
Options +FollowSymLinks

# 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 /
RewriteEngine On

#rewrite old vBSEO thread and post URLs: this is the easy part
RewriteRule [^/]+/([0-9]+)-[^/]+\.html http(s)://YOURDOMAIN.COM/showthread.php?t=$1 [L,R=301]

# Redirecting the rest is the time-consuming part

#redirect tags
Redirect 301 /tags/tagname.html http(s)://YOURDOMAIN.COM/tags.php?tag=tagname
#repeat for all tags and place this at the end of your list:
Redirect 301 /tags/ http(s)://YOURDOMAIN.COM/tags.php

#redirect old vBSEO forum categories
Redirect 301 /name-of-category/ http(s)://YOURDOMAIN.COM/forumdisplay.php?XXname-of-category
#replace XX with the forum number obtained from your ACP and repeat for all categories


#redirect old vBSEO forums
Redirect 301  /forum-name/ http(s)://YOURDOMAIN.COM/forumdisplay.php?XXforum-name
#replace XX with the forum number from your ACP and repeat for all forums
Reply With Quote
  #2  
Old 02-23-2018, 12:33 PM
romaine's Avatar
romaine romaine is offline
 
Join Date: Jan 2015
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The best way to do this is create a temp sitemap which will generate all urls of vBseo or dbseo and after that you will get those urls from sitemap file and use Redirect 301 to redirect them to vB4.x Friendly URLs.
Reply With Quote
  #3  
Old 02-23-2018, 12:39 PM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by romaine View Post
and use Redirect 301 to redirect them to vB4.x Friendly URLs.
I believe that is the part the OP (and most people) was having difficulty with.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:29 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05866 seconds
  • Memory Usage 2,180KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (3)post_thanks_box
  • (3)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit_info
  • (3)postbit
  • (3)postbit_onlinestatus
  • (3)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete