Configuring Apache Image Caching
Ideally I would like to configure Apache to tell the client to cache images on webhostingtalk for as long as possible. When a visitor starts a new session on this site (ie. restarts PC and visit webhostingtalk.com) all the images are loaded again, this takes time and bandwidth. I've noticed with other webserver such as Resin you can specify in the configuration to tell the client (ie. browser) to cache the images for X days/hours. Is their some way to do this in .htaccess for Apache. e.g.Cache *.gif 720hours
