Code: Select all
<FilesMatch "file.php">
Header set Cache-Control "max-age=7200, must-revalidate"
</FilesMatch>
<FilesMatch ".*">
Header set Cache-Control "max-age=259200, must-revalidate"
</FilesMatch>Is the code above wrong?
Thanks.
Moderator: General Moderators
Code: Select all
<FilesMatch "file.php">
Header set Cache-Control "max-age=7200, must-revalidate"
</FilesMatch>
<FilesMatch ".*">
Header set Cache-Control "max-age=259200, must-revalidate"
</FilesMatch>Code: Select all
<FilesMatch ".*">
Header set Cache-Control "max-age=259200, must-revalidate"
</FilesMatch>
<FilesMatch "file.php">
Header set Cache-Control "max-age=7200, must-revalidate"
</FilesMatch>