Sim
Well-known member
I've just completed a migration from vB 3.8.x + Photopost to XF + XFMG and was wondering if there is an automated mechanism for redirecting embedded image URLs that were embedded from the gallery in forum posts on the old site.
For example, we have plenty of posts that were imported where there was a photo uploaded to Photopost and then displayed in a forum post using bbcode, so you end up with code like this:
Now of course, this URL is no longer valid after removing Photopost, so I'd like to put in some URL rewrites to redirect that to an actual valid XFMG URL.
Is there something built in to XFMG which will do this automatically?
If not, is the original file name indexed in the database anywhere so I can do a lookup and redirect to the new location?
For example, we have plenty of posts that were imported where there was a photo uploaded to Photopost and then displayed in a forum post using bbcode, so you end up with code like this:
Code:
[img]http://www.example.com/forums/gallery/data/506/my_image.jpg[/img]
Now of course, this URL is no longer valid after removing Photopost, so I'd like to put in some URL rewrites to redirect that to an actual valid XFMG URL.
Is there something built in to XFMG which will do this automatically?
If not, is the original file name indexed in the database anywhere so I can do a lookup and redirect to the new location?