• Resolved eastandsthlm

    (@eastandsthlm)


    In former versions of simple 301 redirect it was possible to use wildcards in a much better way, why did you change it?

    E.g. its no longer possible to redirect
    FROM: /here-goes/(.*)
    TO: /target/$1

    Or what’s the solution for that type of redirect?

    The page I need help with: [log in to see the link]

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

    (@rafinkhan)

    Hi @eastandsthlm,

    Actually, we didn’t change any core functionalities of the previous version. We only revamped the UI/UX for better performance.

    Anyways, regarding the wildcard rules, you can use the following instesad:

    From: /here-goes/*
    To: /target/*

    Should be working. Let me know how it goes.

    Thank you!

    Hi @eastandsthlm,

    How are you? We haven’t heard you back for a while. Were you able to fix your issue? Let us know.

    Thank you.

    Plugin Support AR Rasel

    (@arrasel403)

    Hi @eastandsthlm,

    We haven’t heard back from you in a long time. So, I am assuming your issue has been resolved. I am closing this topic.

    Have a nice day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The new version does not handle wildcards’ is closed to new replies.