On Thu, Jan 10, 2013 at 3:02 PM, Justin Mclean <jus...@classsoftware.com>wrote:
> Hi, > > > This approach will not update the existing badges that people have > embedded > > on their sites/blogs etc. > > Sure but we don't want people going to that page and seeing and > downloading the wrong version of the installer. Not everyone will know to > clear out their cache/do a shift refresh. Is there another way we can stop > this from happening? Can we modify the expires headers? > > Justin Yes, modifying the .htaccess to look something like this would work: <files installerbadge/index.html> Header set Cache-Control "max-age=3600" </files> Can someone familiar with this setup confirm that this would work? Thanks, Om