#########################################################################################################################
# Apache configuration (REQUIRED for correct HTML5 cache functionality in browsers):
# 1.) You NEED to enable the following Apache modules: mod_mime, mod_headers (optionally you can also enable mod_deflate)
# 2.) You NEED to add the following lines into your Apache vhost configuration (without the # character):
#
# AllowOverride FileInfo Limit
# = 2.3>
# Require all granted
#
#
# Order allow,deny
# Allow from all
#
#
#########################################################################################################################
# Add "Content-Type: text/cache-manifest" header for .manifest files
AddType text/cache-manifest .manifest
# Add "Cache-Control: max-age=0, must-revalidate, no-cache, no-transform, private" header for all files
# for more information see: https://tools.ietf.org/html/rfc7234
Header set Cache-Control "max-age=0, must-revalidate, no-cache, no-transform, private"
SetOutputFilter DEFLATE
# If you use mod_cache set the correct path for the cache.manifest here
#
# CacheDisable cache.manifest
#