Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author John Godley

    (@johnny5)

    Thread Starter iananderson

    (@iananderson)

    Hi John

    I appreciate your help.

    I’ve tried this:
    Source: ^/disciplegrowth/results/?church={.*}
    Target: /disciplegrowth/results/?church=$1&wdt_column_filter[churchid]=$1

    But it doesn’t work. Am I missing something?

    Thanks

    Ian

    Thread Starter iananderson

    (@iananderson)

    Sorry, I realise I was using {.*} instead of (.*)

    I worked it out by changing it to this:
    Original url: www.disciplegrowth.org/results/[post_id]
    Redirect Source: ^/disciplegrowth/results/(.*)
    Redirect Target: /disciplegrowth/results/?church=$1&wdt_column_filter[churchid]=$1

    As an added bonus, the Original url is even shorter ??

    Thanks

    • This reply was modified 4 years, 2 months ago by iananderson.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can a redirect copy a URL parameter?’ is closed to new replies.