Skip to content

Instantly share code, notes, and snippets.

View musobekmadrimov's full-sized avatar
🎯
Focusing

Musobek Madrimov musobekmadrimov

🎯
Focusing
View GitHub Profile
@solancer
solancer / htaccess.expires.headers
Created December 13, 2016 21:01
htaccess expires headers
<IfModule mod_expires.c>
ExpiresActive on
ExpiresDefault "access plus 1 month"
# CSS
ExpiresByType text/css "access plus 1 year"
# Data interchange
ExpiresByType application/atom+xml "access plus 1 hour"