Well, it has certainly been awhile since I posted at my old haunt. :)
I am a .htaccess butcher and while in the midst of shutting down a forum, I am trying to figure out a way to redirect all of the phpbb url"s to a single page.
So for example, I want all urls that that have /viewtopic.php? as part of the url structure
example.com/viewtopic.php?
to redirect to:
example.com/page
It is not as simple as just redirecting all pages on the domain as there are other pages on the site that I don't want redirected.
Anyone with better skills than me have a solution?