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?) Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.