mod_headers.c is not working
-
Hi,
I am trying to add the following code to the .htaccess but it is not working.
<IfModule mod_headers.c>
<FilesMatch “\.(html|htm)$”>
Header set Cache-Control “max-age=600, must-revalidate”
</FilesMatch>
</IfModule>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘mod_headers.c is not working’ is closed to new replies.