jmorel/framingapp/master/.htaccess - Htaccess File

jmorel/framingapp/master/.htaccess

<IfModule mod_expires.c>

# Enable expirations
ExpiresActive On 

# Default directive
ExpiresDefault "access plus 1 week"

# Images
#ExpiresByType image/gif "access plus 1 year"
ExpiresByType image/png "access plus 1 year"
#ExpiresByType image/jpg "access plus 1 year"
#ExpiresByType image/jpeg "access plus 1 year"

# CSS
ExpiresByType text/css "access 1 month”

# Javascript
ExpiresByType application/javascript "access plus 1 week"

</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache