Thread: Cacheing Graphics but not code
Results 1 to 3 of 3
Related
-
add code for font size under php echo code Forum: PHP Forum
Replies: 0 -
Graphics program. Forum: Graphics Forum
Replies: 2 -
Ignore code and link greeting note code Forum: HTML Forum
Replies: 3 -
Protecting Graphics Forum: HTML Forum
Replies: 7 -
graphics placement Forum: Graphics Forum
Replies: 2
-
07-11-2003, 03:33 AM #1
Cacheing Graphics but not code
Hi all,
A little while ago I asked about how to stop pages from cacheing my code so that updates would be seen. What I got worked wonders, it was:
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="no-cache">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Cache-Control" content="no-cache">
However, I am shifting from icky frames to nice tables, but have lots of 56K users who dont like loading graphics all the time. sooooooo is there a way to cache graphics but still keep the content un-cached. If no, then is there a way to have the cache expire in say 24 hours?
Thanks in advance, you guys have always been great.
-
07-11-2003, 01:35 PM #2
Hiya,
This document is great for how to really use cache control -
http://www.mnot.net/cache_docs/#DEFINITIONIf one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
07-11-2003, 03:48 PM #3
Originally Posted by QuietDean
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum