Viewing 2 replies - 1 through 2 (of 2 total)
  • maybe this:

    REGEX ON

    source
    ^/handle.php(.*$)

    Target
    /handle/$1

    simonbaier

    (@simonbaier)

    Any progress on this. I too am looking to redirect
    domain.com/page/?var1=A
    to
    landing.domain.com/?campaign=x&var1=A

    I tried a regex redirecting
    domain.com/page/?*
    to
    landing.domain.com/?campaign=x&*

    but instead that redirected to:
    landing.domain.com/?campaign=x/?var1=A

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Looking for a way to handle query string parameters in a forward’ is closed to new replies.