Post by AskApache | Mar 10, 2008
Using Cache-Control headers you can specify which types of proxies can cache certain content, and how long files should be cached.
Htaccess Cache-Control Htaccess
Sep 10, 2007
By removing the ETag header, you disable caches and browsers from being able to validate files, so they are forced to rely on your Cache-Control and Expires header.
Htaccess Cache-Control ETags
Apr 10, 2007
Caching with .htaccess and Apache will take your website and your web skills to the next level. This is some technical and advanced methods condensed to simple htaccess code examples for you.
Hacking Cache-Control cheatsheet Htaccess
Dec 05, 2006
2 awesome ways to implement caching on your website using Apache .htaccess or httpd.conf. Both methods are extremely simple to set up and will dramatically speed up your site!
Htaccess Cache Cache-Control ETag Expires Header Headers Htaccess mod_expires mod_headers