abdihashii/abdihashii.github.io/master/.htaccess - Htaccess File

abdihashii/abdihashii.github.io/master/.htaccess

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

On Github License

Files

Download PDF of Htaccess file

Comments

Apache