how to add Add Cache-Control Headers on .htacess

gdewey

Well-Known Member
#1
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
 
Top