2011-02-04 06:21:13 +03:00
|
|
|
<FilesMatch "\.(css|gif|ico|jpe?g|js|png|svg)$">
|
2010-05-06 02:47:55 +04:00
|
|
|
ExpiresActive On
|
|
|
|
ExpiresDefault "access plus 10 years"
|
|
|
|
</FilesMatch>
|
2011-04-27 23:44:10 +04:00
|
|
|
<FilesMatch "\.txt$">
|
|
|
|
Header set Cache-Control "max-age=0, private, no-store, no-cache, must-revalidate"
|
|
|
|
</FilesMatch>
|