Click to See Complete Forum and Search --> : cache problems


sergiox
12-15-2006, 11:38 AM
Hi dears,

I'd like to know how can I force no-cache for a site that will be actualized from the client office. They have proxy activated and it's keeping old files active.

They dont want to change the proxy settings...

Could you help me?

Cheers

Sergiox

eriksmoen
12-23-2006, 12:55 PM
possibly try

<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="expires" content="0">

in your <body> tags.

Weedpacket
12-24-2006, 11:31 PM
That's not going to make a difference to the proxy.

What cache control headers are you sending at the moment (i.e., with the header function)?