Skip to content

Instantly share code, notes, and snippets.

@cyancey76
Created January 27, 2022 17:30
Show Gist options
  • Save cyancey76/2cd31010f4324e99110e46920d7b3568 to your computer and use it in GitHub Desktop.
Save cyancey76/2cd31010f4324e99110e46920d7b3568 to your computer and use it in GitHub Desktop.
Disable dynamic cache on non-WP Siteground websites
<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