Hi, I need to add "forums" to a part of the old URL for a 301 redirect. This is what it is currently:
http://www.example.com/f18-topic/thread/post
I want it to be
http://www.example.com/forums/f18-topic/thread/post
The "f18" is what the forum id is. It could be f19, f20, f59... Can someone tell me what the regular expression for this would be in the .htaccess file? Thanks.