- Additional requirements
- XenForo Media Gallery 1.0.0 (or above)
If you have imported your vBGallery database into XenForo Media Gallery, you can automatically redirect all traffic destined for your vBGallery content to its new location within XenForo Media Gallery.
All that is required is that you unzip these files and place them in the directory in which your vBGallery files resided.
You will need to edit the included 301config.php in order to instruct the redirect scripts how to find the archived import log data by specifying the import log table name.
Moved Directory
If you have installed XenForo in a different directory from where your vBulletin used to reside, you will need to edit the included 301config.php file in order to specify the full file path to your XenForo installation, as in this example:
All that is required is that you unzip these files and place them in the directory in which your vBGallery files resided.
You will need to edit the included 301config.php in order to instruct the redirect scripts how to find the archived import log data by specifying the import log table name.
Moved Directory
If you have installed XenForo in a different directory from where your vBulletin used to reside, you will need to edit the included 301config.php file in order to specify the full file path to your XenForo installation, as in this example:
PHP:
$fileDir = '/home/example/public_html/xenforo-forum';