Created
June 5, 2018 07:41
-
-
Save mikhaelr/65ba4e4603d6a30bf8b3c9154dd3efa3 to your computer and use it in GitHub Desktop.
.htaccess expiration headers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Expire images header | |
| ExpiresActive On | |
| ExpiresDefault A0 | |
| ExpiresByType image/gif A2592000 | |
| ExpiresByType image/png A2592000 | |
| ExpiresByType image/jpg A2592000 | |
| ExpiresByType image/jpeg A2592000 | |
| ExpiresByType image/ico A2592000 | |
| ExpiresByType text/css A2592000 | |
| ExpiresByType text/javascript A2592000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment