Cache everything page rule

Hi. I am trying to create a Cache everything page rule.

How would I write a rule to cache everything on my services page:

www.myservingheart.com/services/* OR www.myservingheart.com/services*

I would want www.myservingheart.com/services/music cached.
I would want https://www.myservingheart.com/services/sermons/love-your-neighbor/ cached.

Basically, I want the service page cached and pages under the services page (like /music, /sermons, /sermons/love-your-neighbor) cached.

So, which rule would catch all of these URL’s?

It really doesn’t matter in your case whether or not you include the trailing slash after www.myservingheart.com/services, as long as you end the pattern with the * wildcard. Every static content on URLs that start with the /services path should be cached once you enable the rule.

Here are some examples:
https://support.cloudflare.com/hc/en-us/articles/200172256-How-do-I-cache-static-HTML-

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