Here’s here I’m understanding page rules…am I correct?
Pages rules ought be ordered from most specific to least specific - because only one rule per page will get launched. In other words - for example - you’d want something like…
1: domain.com/user/registration
rules
2: domain.com/user/* (to cover all paths under user other than /registration)
rules
3: domain.com/* (to cover everything but the user paths)
rules
and any rule you want on all variations needs to be assigned to each one. So say you want IP Geolocation across the site, it needs to be explicitly defined in each page rule.
You can turn IP Geolocation ON for the whole zone on the Dashboard > Network app, no need to include that in each page rule.
Settings set via Dashboard apply to the whole zone (domain and all subdomains). You can think of page rules as rules that set exceptions to what is set on the dashboard.