Le 09/11/2013 18:13, Berni a écrit :
>> Could it be the normal HTTP Cache ? see
>> https://bugzilla.mozilla.org/show_bug.cgi?id=834285
> I think thats the problem.
>
>> Try to set the http cache headers for manifest files, using a "expire
>> asap" header. On Apache, this is like this:
> This is the .htaccess file :
>
> AddType text/cache-manifest .manifest
> <IfModule mod_expires.c>
> ExpiresActive On
> ExpiresByType text/cache-manifest "access plus 0 seconds"
> </IfModule>
>
> The problem still exists with those settings.

Are you sure the .htaccess is read at all ?
(try to put random characters in it and see if this breaks).

Also, of course, your new expires headers won't be caught until your
existing cache expires, because you need a new request :)

Now it should be ok though. Is it ?


-- 
Julien

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to