priority
Parameters
value
The priority of the rule, used to define which Page Rule is processed over another. A higher number indicates a higher priority. For example, if you have a catch-all Page Rule (rule A: /images/*
) but want a more specific Page Rule to take precedence (rule B: /images/special/*
), specify a higher priority for rule B so it overrides rule A. //