Question Moving to XenForo - Rewrite rules to carry over

Status
Not open for further replies.

Nimrod

Customer
Hello all :)

Has anyone had any experience using DBSEO on their vBulletin forums but then migrating over to XenForo?

We're looking to do this with a relatively middle sized board; and while we are all ok with the data imports, theming etc; we are quite concerned about SEO etc.

Has anyone does this, and have any advice; suggestions or feedback?

And another question aimed at the DragonByte staff or any free lancer - Does anyone have the know how or ability to provide Rewrite rules which we can use to take across our forums and translate all the old DBSEO URL's into XenForos so we don't lose all our Google Rankings.
I'm happy to pay for support.

Many thanks.
 
To do this you'd need to list all the rewrite rules you have just now for content that you wish to carry over, I can advise you on ways to construct the rewrite rules from there :)
 
Hello Good Sir! :D

I guess the main thing is the Thread URL's. at present the setup is like:

http://site.com/guides-reviews/guides-tutorials/14009-ford-audio-bluetooth-usb-firmware-update-november-2012-release-how-update.html#post76209

http://site.com/general-discussions/general-chat/14723-ps4-controller-usb-keyboard-wii-u.html

I just want to convert it on the fly taken the Thread ID and putting it into XenForo Format.
We're using the out the box format for XenForo (nothing custom yet... but hey if DBSEO came across I'd switch like that :rolleyes: )

For other things like the pshyical forums themselves I know I have to do manually as I didn't put Forum Id in the DBSEO back in the day, my fault!

But to give an idea; the out the box format for that Ford link like above is:

http://site.com/threads/ford-audio-bluetooth-usb-firmware-update-november-2012-release-how-to-update.14009/#post-76209
So we know the thread ID of 14009 and the Post ID of 76209 was identical via the Import.

What's your thoughts sir? :)

Cheers
 
A very rough test would indicate the first regular expression should be something like
Code:
site\.com\/([a-z\._A-Z\d\-]+)\/([a-z\._A-Z\d\-]+)\/(\d+)-([a-z\._A-Z\d\-]+)\.html\#post(\d+)
Which results in the following replacement variables being available
$1 = guides-reviews
$2 = guides-tutorials
$3 = 14009
$4 = ford-audio-bluetooth-usb-firmware-update-november-2012-release-how-update
$5 = 76209

Note that this is 100% untested, I'm using a website to test writing a regular expression but I have no idea if this is the correct syntax for .htaccess files.

Let me know how you fare placing that code in a .htaccess file redirect rule and if it works, we can move on to the second one :)
 
Hello Nimrod,

This ticket has now been closed with the status Answered.

We hope your issue or question has been addressed to your satisfaction. If not, please feel free to re-open it by clicking this link.

If you have any further issues or questions, please feel free to start a new support ticket via the button at the top of every page.

Thank you!
 
Status
Not open for further replies.

Legacy DragonByte SEO

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
7,169
Customer rating
5.00 star(s) 1 ratings
Back
Top