• Home
  • Subscribe to Feed
  • Glimpse
  • About me
  • GitHub
  • Links
  • Hower's Toybox
  • Back to Main Site
  • 12 years ago
  • header, HTTP, 图片, 缓存, 代码, cache
  • Comments

How to disable cache for some images - PHP

Fan Jiang

加上如下的HTTP头就可以了~

header("Pragma-directive: no-cache");

header("Cache-directive: no-cache");

header("Cache-control: no-cache");

header("Pragma: no-cache");

header("Expires: 0");

via caching - disable cache for some images - Stack Overflow.

Written By

Fan Jiang

Published on July 31, 2013

Spread the word

© 2025. All Rights Reserved.

Ghostium Theme by @oswaldoacauan

Proudly published with Ghost