<IfModule mod_expires.c>
	# turn on the module for this directory
	ExpiresActive on
	# set default
	ExpiresDefault "access plus 1 months"
</IfModule>	