Forum Moderators: phranque

Message Too Old, No Replies

Looking for alternative ways to control file caching

Web host can't get expires_mod to work on Apache

         

nysus1

2:35 am on Jul 28, 2003 (gmt 0)

10+ Year Member



I'm trying to control the caching of site files. My understanding is that many browsers/ISPs ignore HTML meta tags that control file caching. And my web host can't seem to get the expires_mod working on the server.

Am I SOL?

dmorison

8:42 am on Jul 29, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If you're using server side scripting (such as PHP or ASP) one method is to append a unique number to every URL.

A bit ugly for normal pages, but handy to prevent image caching by anything in the chain between your server and the viewer (including their browser).