Looking for a developer who can help with vB4 to XF .htaccess redirects

JacquiiDesigns

Well-known member
Re: https://xenforo.com/community/threads/vbulletin-4-x-url-redirection.26935/page-14#post-1128447

I'm looking for a developer well-versed in vBulletin and Xenforo conversions as concerns .htaccess rewrites/redirection as concerns the
vBulletin 4.x URL Redirection script.

Okay. Here are the details about the conversion:
vBadvanced installed in the root directory - vBulletin installed in "forums" directory - PhotoPost Pro and DBSEO installed.
Currently XenPorta2 installed with XF in root directory - articles/ as Index Page Route with XFMG installed.

Root directory .htaccess file:
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php56” package as the default “PHP” programming language.
<IfModule mime_module>
AddType application/x-httpd-php .php .php5 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit

RewriteEngine On
#RewriteCond %{SERVER_PORT} 80
#RewriteRule ^(.*)$ https://sitename.com/$1 [R=301,L]

Forums directory .htaccess file:
<IfModule mod_rewrite.c>
RewriteEngine On

# If you are having problems or are using VirtualDocumentRoot, uncomment this line and set it to your vBulletin directory.
RewriteBase /forums/

# If you are having problems with the rewrite from content/ to content.php, uncomment this line to turn MultiViews off.
#Options -MultiViews

RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php|reviewpost/|classifieds/|photopost/)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|images|reviewpost|classifieds|photopost)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]
</IfModule>

URL Structure:
Old VB4: https://sitename.com/forums/dimensional-signs.html
New XF: https://sitename.com/forums/dimensional-signs.166/

Old VB4: https://sitename.com/forums/polls/137068-lamination-roll.html
NewXF: https://sitename.com/threads/lamination-roll.137068/ (am I doing something wrong here? should 'forums' be in the url?)

I'm having a terrible time grasping the concept of this .htaccess redirect/rewrite stuff and am seeking assistance immediately from someone familiar with implementing the correct code.

This should be a rather simple project. I've been told that it should take no more than an hour or two for someone familiar with the process. So I'm looking for someone who can give me a decent rate for 1 or 2 hours of your time; someone who will assure that the old vBulletin urls will redirect to the new Xenforo link structure.

Please state your rates and/or PM me for further details.
I need someone who can immediately assist. Thanks so much!

J.
 
I'm updating this thread with a review of the services mysiteguy a friend from TAZ and owner of https://www.relaxedadmin.com/ provided. He assisted with the request and provided a stellar service. I've written exactly what I feel about the experience and would like to share if you guys don't mind:

Backend server administration paired with complicated server configuration is definitely not my strength. I practically panicked when an important client asked me to take on the most challenging task of rewriting links from his old vBulletin install to his newly installed Xenforo forum. Ken was happy and able to take on the challenging quest and surpassed my highest expectations. The 170 lines of code he produced has allowed my client to keep his Google ranking high and his traffic from various search engines redirected to his new Xenforo link structure without missing one ounce of link-juice. As a result, my client's membership registration has increase (from 8-9 registrations a day to 25+); His traffic has increased, with the bounce rate much lower. So I'm quite happy to recommend the services of RelaxedAdmin.com. Ken has provided an excellent, high quality service & support, and will pleasantly surprise.

Thanks! (y)

J.
 
Top Bottom