theoboldt/zbmfourteen/master/images/.htaccess - Htaccess File

theoboldt/zbmfourteen/master/images/.htaccess

<IfModule mod_expires.c>
  ExpiresActive On
  ExpiresDefault "access plus 300 seconds"

  ExpiresByType image/gif "access plus 1 month 1 hour"
  ExpiresByType image/jpg "access plus 1 month 1 hour"
  ExpiresByType image/jpeg "access plus 1 month 1 hour"
  ExpiresByType image/png "access plus 1 month 1 hour"
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache