Boost logo

Boost :

From: Janusz Piwowarski (jpiw_at_[hidden])
Date: 2005-10-26 06:56:04


Rene Rivera <grafik.list_at_[hidden]> writes:
> Sam Partington wrote:
>> You also need to add this to httpd.conf, otherwise IE will just keep
>> on downloading images, over and over and over again, even when they've
>> been loaded at page load time.
>>
>> #this stops background-image flicker in IE
>> BrowserMatch "MSIE" brokenvary=1
>> BrowserMatch "Mozilla/4.[0-9]{2}" brokenvary=1
>> BrowserMatch "Opera" !brokenvary
>> SetEnvIf brokenvary 1 force-no-vary
>> ExpiresActive On
>> ExpiresByType image/gif A2592000
>> ExpiresByType image/jpeg A2592000
>> ExpiresByType image/png A2592000
>
> Unfortunately that level of server setup is beyond our control. We can
> only hope that SF has such configuration already present on their servers.

I see background image flickering is still a problem. I've discovered that
you can put above lines to .htaccess file.

Regards,
Janusz


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk