Hi,
I am trying to add the following code to the .htaccess but it is not working. I am using LScache plugin in Wordpress.
<IfModule mod_headers.c>
<FilesMatch "\.(html|htm)$">
Header set Cache-Control "max-age=600, must-revalidate"
</FilesMatch>
</IfModule>