Last active
July 11, 2016 20:28
-
-
Save eivko/b42c68cb24e18487b34b50a099c9aac3 to your computer and use it in GitHub Desktop.
Кэш ресурсов в браузере на месяц через .htaccess
This file contains 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
<FilesMatch ".(flv|gif|jpg|jpeg|png|ico|swf|js|css|pdf|woff|eot|ttf)$"> | |
Header set Cache-Control "max-age=2592000" | |
</FilesMatch> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment