Create manifest.appcache for Web

0

I try to create a manifest for the cache of a web page but I can not generate it and apply it only to the index.

I have the html tag so that <html manifest="manifest.appcache"> and my manifest does the following:

CACHE MANIFEST
# appVersion 2018040402

CACHE:
tienda/estilos.css
tienda/imagenes/icono-carro.svg
tienda/imagenes/logo-web.png
tienda/imagenes/iconos-envio.png
tienda/imagenes/iconos-gratis.png
imagenes/iconos-pagos.png


NETWORK:
*

But if I navigate to my index I see the cache and correct, the first load makes it complete and then those urls do not reload ... however if I go for example to miweb.com/pagina2 reloads me all the content and if surcharge is when I have cached these url.

Is there any configuration that escapes me so that this cache applies (let's say) to the entire domain?

    
asked by Marcos 17.04.2018 в 17:34
source

0 answers