301 redirects

Maybe something like this, but it doesn't work?

RewriteRule ^viewtopic.php?id=([0-9][0-9])$ /viewtopic.php?id=$1/ [R]
RewriteRule ^threads/([0-9][0-9])/$ /threads=$1

Or

redirect 301 /viewtopic.php?id= /threads/
 
Strange, I just checked some more links, some of them have the same ID, other don't.

Is it the conversion from punbb to vbulletin that did this, or the conversion from vbulletin to xenforo?
 
Top Bottom