Redirection Scripts for Invision IP Forums and Gallery

Redirection Scripts for Invision IP Forums and Gallery 2.0.2

No permission to download
Compatible XF 2.x versions
  1. 2.0
If you have imported your IPB 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:
Related resources
Author
XenForo
Downloads
117
Views
3,416
First release
Last update

Ratings

5.00 star(s) 1 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. Bug fix

    Just a minor bug that prevented gallery/category from resolving correctly.
  3. Now supports IPS Gallery

    This update includes support for IPS Gallery with the following URL types handled: gallery...

Latest reviews

Nice, thank you very much. I was pleasantly surprised this was also working for an IPB 4.4.10 to XF 2.2 conversion.
Top Bottom