Created
December 17, 2014 22:41
-
-
Save evemilano/9ceae46c28aff6dc1c5f to your computer and use it in GitHub Desktop.
Abilitare il Caching
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
# Add Caching. | |
<FilesMatch ".(ico|jpg|jpeg|png|gif|js|css|swf)$"> | |
Header set Cache-Control "max-age=3600" | |
</FilesMatch> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.evemilano.com/2014/12/redirezioni-e-comandi-utili-per-il-file-htaccess/