duttaoindril/duttaoindril.github.io/master/old/.htaccess - Htaccess File

duttaoindril/duttaoindril.github.io/master/old/.htaccess

<IfModule mod_expires.c>
# Enable expirations
ExpiresActive On
# Default directive
ExpiresDefault "access plus 1 day"
# My favicon
ExpiresByType image/x-icon "access plus 1 year"
# Images
ExpiresByType image/png "access plus 1 year"
# CSS
ExpiresByType text/css "access 1 month"
# Javascript
ExpiresByType application/javascript "access plus 1 month"
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache