• shereew

    (@shereewalker)


    Hi there,

    I am moving over to WordPress and have a CSV of existing redirects from the old CMS.

    Some of these have a structure like so:

    Source: I-am-a-post-title/{all}

    Will this work with your plugin? if not, what should I be swapping the {all} with (if you happen to know)

    Thanks!

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

    (@johnny5)

    What does {all} mean?

    Thread Starter shereew

    (@shereewalker)

    Apologies its specific to Processwire (I initially thought it was more universal)

    It’s also looking more complex to swap out than thought one example is

    Processwire
    Source: link{all}

    is equal to WordPress
    Source: link(/.*)?

    But I have a LOT of variations I need to work through – sorry I thought this might be a quick question that you could possibly help with but turns out it’s not 🙁

    Thanks though

    Plugin Author John Godley

    (@johnny5)

    You can use regular expressions, as described here:

    https://redirection.me/support/redirect-regular-expressions/

Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.