Created
January 27, 2022 17:30
-
-
Save cyancey76/2cd31010f4324e99110e46920d7b3568 to your computer and use it in GitHub Desktop.
Disable dynamic cache on non-WP Siteground websites
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<IfModule mod_headers.c> | |
Header set Cache-Control "private" | |
</IfModule> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment