Dynamic urls need a redirection sequence

Permalink
These are (some of) redirects that are set up at the moment. All stripped straight
from the database so you can clearly see the redirect path.

My problem with this is that they need to be wildcards. I.E.:

Instead of:

"/ma","/externals/october/directm-1?CampID=ma","example.com","301",,"2012-09-24 00:00:00","2012-12-30 00:00:00","1","1","2012-09-24 13:23:12"


We need to redirect:

"/ma*","/externals/october/directm-1?CampID=ma*","example.com","301",,"2012-09-24 00:00:00","2012-12-30 00:00:00","1","1","2012-09-24 13:23:12"


so a redirect fromhttp://example.com/ma2564b would chart to /ma(2564b) and the path /externals/october/directm-1?CampID=ma2564b

Where ma* is any 7-character code that starts with ‘ma’.

Below are some of the paths that would need to be operated on

"in_url","out_url","domain","code","hits","start_date","end_date","rewrite_url","approved","updated_on"
"/ma","/externals/october/directm-1?CampID=ma","example.com","301",,"2012-09-24 00:00:00","2012-12-30 00:00:00","1","1","2012-09-24 13:23:12"
"/mb","/externals/october/directm-1?CampID=mb","example.com","301",,"2012-09-24 00:00:00","2012-12-30 00:00:00","1","1","2012-09-24 13:23:12"
"/mc","/externals/october/directm-1?CampID=mc","example.com","301",,"2012-09-24 00:00:00","2012-12-30 00:00:00","1","1","2012-09-24 13:23:12"
"/me","/externals/october/directm-1?CampID=me","example.com","301",,"2012-09-24 00:00:00","2012-12-30 00:00:00","1","1","2012-09-24 13:23:12"
"/mg","/externals/october/directm-1?CampID=mg","example.com","301",,"2012-09-24 00:00:00","2012-12-30 00:00:00","1","1","2012-09-24 13:23:12"
"/mh","/externals/october/directm-1?CampID=mh","example.com","301",,"2012-09-24 00:00:00","2012-12-30 00:00:00","1","1","2012-09-24 13:23:12"
"/mf","/externals/october/directm-2?CampID=mf","example.com","301",,"2012-09-24 00:00:00","2012-12-30 00:00:00","1","1","2012-09-24 13:23:12"

ehime
 
ScottSandbakken replied on at Permalink Reply
ScottSandbakken
There is an add-on that may help you called URL Director.

http://www.concrete5.org/marketplace/addons/url-director/...