• I am using version 2.71 of Redirection.

    Am I correct in assuming that “Pos” in Redirections listing page indicate the order in which redirections are processed?

    If so, here are my questions:

    1. How do one change the value of ‘Pos” for a redirection definition.

    2. What do I do my redirections don’t seem to execute according to the order of ‘Pos”? For example, here are the 3 definitions each with Pos, source, dest. The first entry works as expected, but the second is directed to /home instead. So it seemed that the 3rd definition take precedence over the second definition, even though its “Pos” is higher.

    Pos=12
    /abc
    /new/abc

    Pos=10
    /def
    /new/def

    Pos=14
    /.*
    /home

    We have to have a catch all remaining definition like the 3rd one for our site to work correctly. Any help is appreciated.

  • The topic ‘A simple question regarding “Pos”’ is closed to new replies.