I just uninstalled VBSEO and need some help with rewrite rules getting my old indexed url's to redirect to the standard vb urls.
I got my threads to redirect using the following:
RewriteRule [^/]+/([0-9]+)-[^/]+\.html http://www.mydomain.com/forum/showthread.php?t=$1 [L,R=301]
However I cannot seem to get my forumdisplay.php to redirect. I have a bunch of dead links on google that I would like to get fixed. My old url vbseo url looks like this:
http://www.mydomain.com/forum/boat-talk/
My new URL for that forum looks like this:
http://www.mydomain.com/forum/forumdisplay.php?f=175
I understand that I probably have to do a rewrite for each forum which is ok, but I need help with the syntax of the rule.
Any help would be appreciated.
Thanks