InterviewsB
<FilesMatch "\.(xml|txt)$"> Header add Cache-Control "max-age=172800, public, must-revalidate" </FilesMatch> <FilesMatch "\.(html|htm)$"> Header add Cache-Control "max-age=7200, must-revalidate" </FilesMatch> <FilesMatch "\.(html|htm)$"> Header add Cache-Control "no-cache" </FilesMatch> After changing origin HTTP headers you might need to purge your content from the CDN cache as it is cached with the old HTTP headers. Please refer to Setting a Cache Expiry Time for more details on cache contr...
developmentjavascriptrust