Nihilivin/GerkinDevelopment/master/.htaccess
## Default .htaccess file
#<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 1 days"
ExpiresByType text/css "access plus 3 months"
ExpiresByType text/javascript "access plus 3 months"
ExpiresByType application/javascript "access plus 3 months"
ExpiresByType image/gif "access plus 1 months"
ExpiresByType image/png "access plus 1 months"
ExpiresByType image/jpg "access plus 1 months"
ExpiresByType image/jpeg "access plus 1 months"
# <IfModule mod_headers.c>
Header append Cache-Control "public, no-transform"
# </IfModule>
#</IfModule>
On Github License
Files
Download PDF of Htaccess file