• Resolved gerske

    (@gerske)


    I would like to have NO caching on all pages in pathX (including subpages)

    So, no caching on this page: https://domain.com/pathX/
    And no caching on all these child pages: https://domain.com/pathX/***/***

    How do I do that?

    If that is NOT possible, how can I make the caching off default except for a few certain pages? So, only include SOME pages, and exclude the rest.

    Thanks, Gerske

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Anonymous User 16850768

    (@anonymized-16850768)

    This can be achieved through the Cache Exclusions setting by defining a regular expression to match page paths that you’d like to exclude, for example:

    /^\/pathX.*/

Viewing 1 replies (of 1 total)

The topic ‘How to exclude a complete path?’ is closed to new replies.