hungle90/androidvn/master/css/.htaccess - Htaccess File

hungle90/androidvn/master/css/.htaccess

## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType img/jpg "access 1 year"
ExpiresByType img/jpeg "access 1 year"
ExpiresByType img/svg "access 1 year"
ExpiresByType img/png "access 1 year"
ExpiresByType css/css "access 1 month"
ExpiresByType text/html "access 1 month"
ExpiresByType assets/pdf "access 1 month"
ExpiresByType js/js "access 1 month"
ExpiresByType application/x-shockwave-flash "access 1 month"
ExpiresByType image/x-icon "access 1 year"
ExpiresDefault "access 1 month"
</IfModule>
## EXPIRES CACHING ##

On Github License

Files

Download PDF of Htaccess file

Comments

Apache