Redirection Scripts for Invision IP Forums and Gallery

XenForo Redirection Scripts for Invision IP Forums and Gallery 2.0.2

Register & Get access to index
Compatible XF Versions
2.0
If you have imported your IPB 3.x database into XenForo, you can automatically redirect all traffic destined for your IPB content to its new location within XenForo.

All that is required is that you unzip these files and place them in the directory in which your IPB files resided. The included .htaccess file will take care of redirecting calls to IPB into to the ips2xf.php file, which will in turn redirect traffic to the appropriate traffic to XenForo.

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

Moved Directory

If you have installed XenForo in a different directory from where your IPB 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';

Multiple Sources

If your IPB import is (or will be) one of several imports into your XenForo, you will need to instruct the redirect scripts how to find the archived import log data by specifying the import log table name.

Full details are in the XenForo Manual:

Author
XenForo
Views
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from XenForo

Latest updates

  1. Fixed redirects for non-friendly IPS URLs

    A bug in the previous versions meant that redirect rules targeting IPS URL structures that were...
  2. Now supports IPS Gallery

    This update includes support for IPS Gallery with the following URL types handled: gallery...
  3. Now handles member profile pages, member status updates and page numbers for forums and threads

    This new version handles member profile pages identified in the Invision system with a /profile/...
Back
Top Bottom