set cache control headers
-
i do not know php, i would like to understand where(in what file) can i set the cache control for things like imgs, html, javascript, such as the following…
<?php header(“Content-Type: text/javascript; charset=utf-8”);
header(“Cache-Control: max-age=31536000, public”);
?>
- The topic ‘set cache control headers’ is closed to new replies.