I removed vBSEO from the forum and used the suggested rewrite code for threads and it works
Unfortunately i could not get forum members and groups rewrite to work, any ideas what i could try ?
http://www.site.com/members/user-5.html to
http://www.site.com/member.php?u=5
http://www.site.com/groups/new-group.html to
http://www.site.com/group.php?groupid=1
This is what i have now in the .htaccess file:
RewriteEngine on
RewriteRule [^/]+/([0-9]+)-[^/]+\.html http://www.site.com/showthread.php?t=$1 [L,R=301]
RewriteRule [^/]+/([0-9]+)-[^/]+\.html http://www.site.com/forumdisplay.php?f=$1 [L,R=301]
Redirect 301 /forum/subforum
http://www.site.com/forumdisplay.php?f=1
Redirect 301 /forum/subforum/subforum
http://www.site.com/forumdisplay.php?f=2