I am trying to apply the Cloudflare page rule for all directory example.com/sub/*/*
except for example.com/sub/image/*
Is there any way for this to be done?
I am trying to apply the Cloudflare page rule for all directory example.com/sub/*/*
except for example.com/sub/image/*
Is there any way for this to be done?
Only one page rule will ever be matched and executed, and they are matched from top to bottom. To exclude a path you need to create a dummy page rule for the excluded path, and put it above your */*
page rule. The dummy page rule can set anything that is already set at a zone level. I like to set the SSL Mode to the same value that is set on the SSL/TLS tab.
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.