Redirects? Switching from vB to xF and changing domain

tomatogirl

New member
We've been running vB for years on a .org domain. When we switch to xF, we're thinking about switching to the .com instead (since we've managed to acquire it). Is it possible to do redirects for this? That is, all URLs from the old vB forum on the .org forward to the corresponding new URLs on the xF forum on the .com.
 
Yes. I migrated to XF from vB and changed domain at the same time.

The exact set up depends on how your own set up is.

For mine I set up a redirect on the old site to point the urls to a cloned copy of the vB forum on my new domain (stuck into a sub folder). From there, the Xenforo scripts pick up the request for the vB page and redirect it to the new destination in Xenforo on the same server.

It all sounds complicated but it is definitely possible as my own site will confirm.
 
Thanks for the welcome, Floris! The info in the sticky thread doesn't seem to address changing domains, just installing xF in a different folder -- I will have to go over it again and see if I can find the info I need.

Thanks, Ingenious! It's good to know this has been done successfully.
 
Ingenious is correct. It's all very doable, but it depends on your server setup. If the two domains are pointing to the same server then you just put these scripts into the old directory:

http://xenforo.com/community/threads/redirection-scripts-for-vbulletin-3-x.5030/

Then edit the 301config.php file to specify the full path to the new directory (which is on the other domain).

If the domains are on different servers then you can do what Ingenious said which is to setup one redirect to change domains, and another to redirect the URLs.

I can help you with this if you have trouble.
 
Top Bottom