• Resolved mattwthomas

    (@mattwthomas)


    I changed my cache control header using the WPSC_CACHE_CONTROL_HEADER variable. This worked. However, there is still an expires header that uses the old 3 second value. I see it in my supercache htaccess block here:

    <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType text/html A3
    </IfModule>

    Is there another variable that I can use to get rid of that.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mattwthomas

    (@mattwthomas)

    I guess I’ll just do the filters at the end here: https://developer.jetpack.com/docs/customization/wp-super-cache/wp-super-cache-developer-documentation/

    If there’s a variable, let me know. I think a variable would be preferable.

    Plugin Support Stef (a11n)

    (@erania-pinnera)

    Hi there, @mattwthomas,

    Thanks for your patience and for bearing with us; we’re working on a backlog of support requests at this time, and we generally answer in the order received.

    If there’s a variable, let me know. I think a variable would be preferable.

    Since that’s not mentioned in the documentation, I have asked our developers about that. We’ll get back to you once we hear from them. Thanks for the patience!

    Plugin Support Stef (a11n)

    (@erania-pinnera)

    Hi there, @mattwthomas,

    I checked with our tech team, and the filter you found in the docs is the only way of modifying that. There is no variable they can modify in this case.

    Sorry for bringing back news! Please feel free to reach out if you have any other questions or need some more help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable expires’ is closed to new replies.