I couldn't locate any example of how to redirect friendly URLs managed by the Zoints SEO plugin for vBulletin so came up with my own configuration. I use Nginx so my location block looks like this:
#rewrite thread requests
rewrite t([0-9]+)\.html.* /threads/$1 permanent;
#rewrite...