Skip to content

Instantly share code, notes, and snippets.

@phuesler
Created July 18, 2009 12:29
Show Gist options
  • Save phuesler/149535 to your computer and use it in GitHub Desktop.
Save phuesler/149535 to your computer and use it in GitHub Desktop.
RewriteEngine On
RewriteCond %{REQUEST_URI} (css|js|jpe?g|png|gif|ico)$ [NC]
RewriteCond %{QUERY_STRING} ^[0-9]+$
RewriteRule ^(.*)$ $1 [E=set_expires_header:true,L]
Header add Expires "Wed, 04 Aug 2018 16:46:21 -0500" env=set_expires_header
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment