• Resolved vyasmonarchu

    (@vyasmonarchu)


    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.

Viewing 1 replies (of 1 total)
  • Thread Starter vyasmonarchu

    (@vyasmonarchu)

    Found a solution so posting if others are having similar issues

    Use Regex ONLY and Do not use ignore slash and ignore case

    Source URL would be ^/one/two\?aa_id=123.*

    Thats it. Will take anything you throw at it. Just have to make sure the link till 123 is same and rest does not matter.

Viewing 1 replies (of 1 total)
  • The topic ‘Redirecting help with arguments’ is closed to new replies.