Home › Forums › CSS › Add Expires headers › Re: Add Expires headers
November 24, 2010 at 10:40 pm
#72333
Member
It’s .htaccess
If you don’t know exactly how .htaccess works, I recommend doing some reading before implementing anything!
This is what would go in your .htaccess file (modified to your own liking):
Header set Expires "Thu, 15 Apr 2010 20:00:00 GMT"
From here: http://www.askapache.com/htaccess/apache-speed-expires.html