coderbyheart/m.tacker.org/master/wp-content/plugins/wordpress-mobile-pack/frontend/images/.htaccess - Htaccess File

coderbyheart/m.tacker.org/master/wp-content/plugins/wordpress-mobile-pack/frontend/images/.htaccess

## ENABLE BROWSER CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access plus 1 week"
ExpiresByType image/jpeg "access plus 1 week"
ExpiresByType image/gif "access plus 1 week"
ExpiresByType image/png "access plus 1 week"
ExpiresDefault "access plus 2 days"
</IfModule>
## ENABLE BROWSER CACHING ##

On Github License

Files

Download PDF of Htaccess file

Comments

Apache