XF 1.4 Redirect old links after import phpbb 3.0.11 -> xf 1.4.6

Here is an additional rewrite rule you can add to handle those page number URLs:

Code:
RewriteRule ^[^/]+/[^\./]+-t([0-9]+)-[0-9]+\.html$ /threads/$1/ [R=301,L]
 
Top Bottom