<IfModule headers_module>
Header set x-test-htaccess true
</IfModule>
set Cache-Control "max-age=2592000,public" "expr=%{CONTENT_TYPE} =~ m#image/svg\+xml#i"
<FilesMatch "\.(svg|xml)$">
Header set Cache-Control "public,max-age=2592000"
</FilesMatch>