Page Rule Order

Hello, I am quite new and trying to understand the order of page rules.
I want on my site to cache everything except /administrator.

The above order of ruls are in the correct order ?

1.mydomain.com/administrator Bybass cache
2.mydomain.com* cache everything
3.mydomain.com/* cache everythnig

That’s the correct order. Rule 2 is unnecessary because Rule 3 is the proper syntax to match everything.

This topic was automatically closed after 31 days. New replies are no longer allowed.