Since you’re not at all interested in what’s in the URL after /forums and the fact that the URL starts with “/forums” is indication enough to fire the rule, there is no need to tell the regex parser to go and match the rest of the URL (i.e., the /(.*) part), that’s just doing work for nothing.
You can use what Immerse posted, but leave out /(.*)