look up 'php header last modified' on a search engine.
you need to make a little function that creates a last modified header based on the actual file last modified date, assuming most of the content is static. If the content is dynamic, it's a pain, you have to do more complicated things, I wouldn't bother.
|