We are trying to set Cache-Control header: max-age=300, public to all our public site pages. To use Filesmatch, my applciation pages do not have any extensions. ExpiresByType is available, but it has its own disadvantages.
I am looking for a way to set cache control header to all my application pages with content type as text/html. Is there any way to achieve this?