cwe
Well-known member
Manual states:
I've just installed XF 2.1 and I don't see this add-on. The only add-on included with the install package is named XenForo Importers 1.2.3 and it doesn't add the menu items to the options menu as described in the manual.
I've imported my old vB 3.8 forum data into a clean XF install retaining the thread IDs. The old vBSEO urls for my threads use this format:
I need a redirect to point them to this format:
I'm not particularly concerned with redirecting any other old URLs. My server is running Apache. Would there be a simple bit of code I could add to my .htaccess that would handle redirects for the old thread URLs?
... using the XenForo redirects for vBulletin add-on, which started shipping with XenForo from version 2.0.2.
...
I've just installed XF 2.1 and I don't see this add-on. The only add-on included with the install package is named XenForo Importers 1.2.3 and it doesn't add the menu items to the options menu as described in the manual.
I've imported my old vB 3.8 forum data into a clean XF install retaining the thread IDs. The old vBSEO urls for my threads use this format:
www.domain.com/forums/f23/thread-title-1255/
I need a redirect to point them to this format:
www.domain.com/threads/thread-title.1255/
I'm not particularly concerned with redirecting any other old URLs. My server is running Apache. Would there be a simple bit of code I could add to my .htaccess that would handle redirects for the old thread URLs?