Forum Moderators: phranque
Any help would be appreciated :)
RewriteRule ^forum[b]1[/b]/viewtopic.php$ http://www.example.com/forum[b]2[/b]/viewtopic.php [R=301,L]
I assume you already have other working rewriterules. If not, preface the above with:
Options +FollowSymLinks
RewriteEngine on
Jim