I'm reading
... but it should be served with content type text Should / cache-reveal If you are running an Apache-based Web server, you can probably add an AddType Directive to the .htaccess file in the root of your web directory
AddType text / cache-manifest.monifest
What if I do not add it? Is content type so important? I searched for AddType for httpd.conf . But I do not see the content-type for html , js , images etc. Does not it all seem important at all?
It looks as if the content type is not set correctly, Denying as a manifest file, similar to the famous Firefox problem.
The contents of your Apache server are probably not in httpd.conf, they are usually stored in another configuration file mime.types (by default,).
Comments
Post a Comment