Page Caching Rule

I want to not cache any url that has an extension of /recommend/. After the recommend will be the name of a product - and I want all these variations to be covered.

I have a rule *domain/recommends/. Is this correct so any form of HTTP/S/WWW, & any URL with domain/recommends/name_of_product will be covered?

Thanks in advance.

No this is not completely correct, you are missing a last asterisk. Please try this:

*domain.tld/recommends/*

But I would not recommend the first asterisk, please specify which sheme and FQDN you really need. I think, this is the best way to go:

https://www.domain.tld/recommends/*

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.