Maybe this helps?
http://www.era404.com/info/disabling-caching-with-htaccess/
Cheers
Am 12.11.2013 11:07, schrieb Julien Wajsberg:
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 ?
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g