I am looking into a CDN service that uses Cache-Control Headers from the .htaccess. Is there a way to add this via the webgui? or can I add them mannualy? are they apache compatible like
<filesMatch ".(xml|txt)$">
Header set Cache-Control "max-age=172800, public, must-revalidate"
</FilesMatch>
tks