Skip to content

Instantly share code, notes, and snippets.

@wrightlabs
Created February 7, 2012 22:35
Show Gist options
  • Save wrightlabs/1762605 to your computer and use it in GitHub Desktop.
Save wrightlabs/1762605 to your computer and use it in GitHub Desktop.
php header cache forever
header('Cache-Control: max-age=31556926');
$etag = 'a_unique_version_string';
header('ETag: "'.$etag.'"');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment