#Image Cache 1hr
<FilesMatch "\.(png|jpeg|jpg|gif|bmp)$">
	<IfModule mod_headers.c>
		Header set Cache-Control "max-age=3601, private, proxy-revalidate"
	</IfModule>
</FilesMatch>