Using Apache mod_expires to control browser caching
Apache’s mod_expires module allows settings by file type to control how long browsers cache files. This is useful for ensuring browsers cache image, Javascript and/or CSS files without making additional unecessary requests when loading pages. Making sure mod_expires is enabled mod_expires may not be enabled by default in your Apache install. On a Debian based system (e.g. […]