Forum Moderators: phranque
http://siteaddy.blah/t-89234
# If "t" is lexically greater than "12345" then go to some-filepath-or-URL
RewriteCond $1 >12345
RewriteRule ^t-([0-9]+) some-filepath-or-URL [flags]
# Else go to some-other-filepath-or-URL
RewriteRule ^t-[0-9]+ some-other-filepath-or-URL [flags]