Skip to content

Instantly share code, notes, and snippets.

@raamdev
Created January 27, 2015 03:47
Show Gist options
  • Select an option

  • Save raamdev/001da8b8c14aad654f2b to your computer and use it in GitHub Desktop.

Select an option

Save raamdev/001da8b8c14aad654f2b to your computer and use it in GitHub Desktop.

Revisions

  1. raamdev created this gist Jan 27, 2015.
    7 changes: 7 additions & 0 deletions browser-caching.htaccess
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    # Browser Caching
    FileETag MTime Size

    <IfModule expires_module>
    ExpiresActive on
    ExpiresDefault "access plus 1 week"
    </IfModule>