okay, well here’s the prob: I have a current site at domain.tld that
site is now redirecting to forums.domain.tld; the rails app is planned
to reside on domain.tld but all old urls domain.tld/forumdisplay.php?
=5 for e.g need to be translated to forums.domain.tld/forumdisplay.php?
=5 (so all old urls need to forward to forums.domain)
I could essentially match anything with .php in it and have it
redirect to forums.domain.com/match no?