PDA

View Full Version : Caching in a shared environment


Dbrazzell
10-12-09, 11:46 AM
There is a caching system in place on the shared hosts.

If you would like to disable it. You could contact support, or you can put this into a .htaccess file in your root directory. This is essentially what support would have done any way. But if your a do it yourself type you can skip the support ticket.

<Files *>
Header set Cache-Control: "private, pre-check=0, post-check=0, max-age=0"
Header set Expires: 0
Header set Pragma: no-cache
</Files>