Disattivare la cache del sito web

Support Wissensdatenbank

Du bist hier:
Print

Se la vostra applicazione web non offre impostazioni di cache nelle impostazioni, potete disattivare la cache della vostra pagina web con un file .htaccess. Per fare ciò, create un file .htaccess nella cartella principale del vostro sito web tramite FTP o FileManager o aggiungete il seguente valore al file .htaccess esistente per disattivare definitivamente la cache e informare tutti i browser:

[code lang=”php”] # DISABLE CACHING
<IfModule mod_headers.c>
Header set Cache-Control "no-cache, no-store, must-revalidate"
Header set Pragma "no-cache"
Header set Expires 0
</IfModule>
[/code]

War dieser Artikel hilfreich?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
Wie können wir diesen Artikel verbessern?
Please submit the reason for your vote so that we can improve the article.
Brauchst du Hilfe?
Related Post