Just included some of the enhancements for multiple page threads and forums found here:
https://vborg.vbsupport.ru/showthrea...137#post348137
For me, I added the following two rules for isapirewrite to accommodate the multiple pages...
RewriteRule /t(\d+)--(\d+)\.html$ /forums/showthread.php\?threadid=$1&pagenumber=$3 [I]
RewriteRule /f(\d+)-(\d+)\.html$ /forums/forumdisplay.php\?forumid=$1&daysprune=1000&sortor der=&sortfield=lastpost&perpage=25&pagenumber=$2 [I]