In an effort to tell a browser's cache how to treat my site, I wanted to write some cache control rules in the header. There is a great resource here, but I cant seem to find the correct cache control code for my situation.
Because my website is static, I want the browser to always keep the data in its cache. BUT, the pages that do change (portfolio,blog) I want to be cached with an expiration of 3600 seconds.
Anyone know how to do this correctly?