Resource icon

xF2 Add-on Redirection Scripts for vBulletin 3.x 12.0

No permission to download
Compatible XF Versions
2.x
If you have imported your vBulletin 3.x database into XenForo, you can automatically redirect all traffic destined for your vBulletin content to its new location within XenForo.

All you need to do is unzip these files and place them in the directory within which the vBulletin files with the corresponding names would be located.

Any requests for the old URLs will be redirected with a 301 permanent redirection header.

Configuration

The included 301config.php file has all of the configuration options and they are documented within.

If you archived your import log table, you must change IMPORT_LOG_TABLE to suit.

Usage if you installed XenForo in a different directory compared to where vBulletin was installed

To do this, simply edit the included 301config.php file, un-comment the $fileDir = '/some/path/here' line and then replace the value for $fileDir with the full path to your XenForo installation, for example:
Code:
$fileDir = '/home/example/public_html/xenforo-forum';
Note that the 301config.php, showthread.php, forumdisplay.php and showpost.php files must still be placed in the directory in which vBulletin was installed for this to work.
Related Resources
https://xenforo.com/community/resources/redirection-scripts-for-vbulletin-3-x.264/
Author
ENXF NET
Downloads
11
Views
925
Last update
Rating
0.00 star(s) 0 ratings

More resources from ENXF NET

Top