[users@httpd] How to force browsers doesn't use cache

2015-11-16 Thread Ronaldo Luiz de Carvalho
Hi all, I need to force my site users to use the last version of the site php pages. Some site users are getting information from their browsers cache. There are a way to setting apache in a way to force the users site browsers doesn't use their cache? On all site access the page co

Re: [users@httpd] How to force browsers doesn't use cache

2015-11-16 Thread Pete Houston
On Mon, Nov 16, 2015 at 06:19:37PM -0200, Ronaldo Luiz de Carvalho wrote: > There are a way to setting apache in a way to force the users site browsers > doesn't use their cache? You can use the Header directive to set the appropriate value of the Cache-Control header. http://httpd.apache.org/doc

Re: [users@httpd] How to force browsers doesn't use cache

2015-11-16 Thread Christopher Schultz
Pete, On 11/16/15 3:52 PM, Pete Houston wrote: > On Mon, Nov 16, 2015 at 06:19:37PM -0200, Ronaldo Luiz de Carvalho wrote: >> There are a way to setting apache in a way to force the users site browsers >> doesn't use their cache? > > You can use the Header directive to set the appropriate value o