• Hello,
    thank you fo creating such a useful plugin.
    I want to know if there is a way to prioritize direct urls over regex if they have the same part of path.
    example
    i have a direct redirect /category/product/ -> /new-category/product
    also i want to create a regex ^.*\/category\/(.*)$ -> /new-category/
    to redirect all the other products of that category ,that don’t have direct url, to new-category
    i Tried that with different position value to each redirect but nothing works
    Is it possible?
    Again thank you

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

    (@johnny5)

    The position value is the way to do it. A lower position means it is looked at before a higher position.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.