Tag archives for apache
Speed Up websites by enabling .htaccess Caching using mod_expires and mod_headers
Caching files in browser or proxy rather than requesting every time reduces the network traffic between the server, the client. Usually not everyone has control over their own server configuration…
How to create and use .htaccess file? Common usage and risks
.htaccess (hypertext access) is a a directory-level configuration file in several web is most common in Apache Web Server. .htaccess file allows for decentralized management of web server configuration. The…