Monthly Archives: October 2020

Disable file caching using .htaccess

.htaccess file gives easy way to disable file caching. Caching can be disabled in one all or only one directory. Same applies for file types – disabling can be general or specific file extensions can be selected.   Example one # DISABLE CACHING <IfModule mod_headers.c> Header set Cache-Control “no-cache, no-store, must-revalidate” Header set Pragma “no-cache”… Read More »