#CSS-JS-Booster Start################################################# #Turn ETagging off FileETag none #Turn ETagging on for MHTML-file FileETag MTime Size #Force caching of some common files for some time in the browser's cache, to save bandwidth. #"Mod_expires" needs to be installed in your Apache server, to use this feature. ExpiresActive On ExpiresDefault "access plus 1 minutes" ExpiresByType text/html "access plus 1 minutes" ExpiresByType text/css "access plus 1 months" ExpiresByType text/javascript "access plus 1 months" ExpiresByType text/plain "access plus 1 months" ExpiresByType application/x-javascript "access plus 1 months" ExpiresByType application/x-shockwave-flash "access plus 1 months" ExpiresByType image/gif "access plus 1 years" ExpiresByType image/jpeg "access plus 1 years" ExpiresByType image/jpg "access plus 1 years" ExpiresByType image/png "access plus 1 years" ExpiresByType image/x-icon "access plus 1 years" ExpiresActive Off #Alternative caching using Apache's "mod_headers", if it's installed. #Caching of common files - ENABLED Header set Cache-Control "max-age=2592000, public" #Remove comments, to disable video caching to the user's browser # #Header set Cache-Control "max-age=0, public" # #CSS-JS-Booster End#################################################