I am serving images through php and having some problems setting it up to respond with 304 headers to save on load time.
Most of the code below I found on php.net. I
mandor at mandor dot net posted a solution at the PHP.net documentation for the header function which worked for me: