wepz Posted February 22, 2010 Share Posted February 22, 2010 I've made changes to a web page. my client has his computer behind a proxy server. And that proxy server has the old version of the web page in its cache. is there a way to override the proxy server cache or avoid proxy servers to cache a web page? (in the future?) Link to comment https://forums.phpfreaks.com/topic/192939-proxy-server-cache/ Share on other sites More sharing options...
vinpkl Posted February 22, 2010 Share Posted February 22, 2010 try adding these meta tags inside <head></head> tags <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <META HTTP-EQUIV="Expires" CONTENT="-1"> vineet Link to comment https://forums.phpfreaks.com/topic/192939-proxy-server-cache/#findComment-1016156 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.