Forum Moderators: phranque
If so, then it's likely that the format for your Expires header is incorrect. See Apache mod_expires for the valid formats.
A common cause of your problem is to omit the "A" or "M" base specification from the expiry specification; e.g. trying to use
ExpiresDefault 7200
ExpiresDefault A7200
ExpiresDefault Access plus 2 hours