Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Zillionx
Zillionx / htaccess-cache
Last active May 31, 2018 16:32 — forked from Fayozjon/htaccess-cache-config
Enable and Disable Browser Caching with .htaccess
# Enable and Disable Browser Caching with .htaccess
## Enable Examples
### 1 MONTH for static assets
<filesMatch ".(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
Header set Cache-Control "max-age=2592000, public"
</filesMatch>
### 1 DAY for rss feeds and robots