Is there a way to make Drupal emit a correct last-modified header, i.e. when a node was last updated / created or when the latest node in a list was updated / created. Currently it just emits the current date and time, but this is breaking my cache as it thinks all pages are new.
Running on Apache 2.2.4, PHP 5.1.6 on Fedora Core 6.
Thanks
Comments
Comment #1
tc1415 commentedSorted, turning on caching now means it works how I want it to.