Support » Plugin: Hyper Cache » Exclude page URL from caching

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello eldenroot for your two examples below..

    For example these pages should not be cached:
    http://www.example.com/talks
    http://www.example.com/media

    etc.

    Simply add the following to the URI reject:

    /talks
    /media

    You can read more about other settings in the following link.

    I hope this helps you.

    Kind regards

    Thread Starter eldenroot

    (@eldenroot)

    Thank you. So I dont have to add these symbols ” ????

    for example:
    “/talks” and “/media”

    Hello eldenroot you only need to add the quotes if you want to prevent from caching a page with the URI talks and media.

    If you don’t add the quotes then all pages which include talks and media in the URI will be cached. For example

    talk-to-me will be cached
    media-gallery will be cached

    However if you add the following URI reject

    “/talk”
    “/media”

    then only the URI with talk and media will be rejected and the rest will be cached.

    As per Zach example in his website..

    What about if I need to reject a page with URI “/special” but cache the page with URI “/special-page”? Simply write the URI to reject surrounded with double quotes: “/special”. Hyper Cache will match exactly that page.

    Let me know if you need more information.

    Kind regards

    Thread Starter eldenroot

    (@eldenroot)

    I get it! Thank you! 😉

    I was confused…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Exclude page URL from caching’ is closed to new replies.