Caching image requests through PHP - If-Modified-Since not being sent

前端 未结 5 1266
星月不相逢
星月不相逢 2021-01-13 08:33

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

5条回答
  •  轮回少年
    2021-01-13 09:14

    mandor at mandor dot net posted a solution at the PHP.net documentation for the header function which worked for me:

    
    

提交回复
热议问题