Hi, may be a silly or answered question but could not find solution.
Say i have a URL which is – someting.com/one/two?aa_id=123&bb=T&123.bbb=form1&s_locale=en_CA&_ga=111111 and more ga script
How do it setup a wildcard redirect for this where if a user lands on the site with or without locale or ga info, they are send to eg google.com
My ideal case would be to setup something like
Source would be : one/two?aa_id=123 and anything after it can be a wildcard and get sent to selected destination (external link)
I have about 150 different IDS and they all needs to be redirected to different pages where the URL structures are not the same so no value can be re-used.
