Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Add Expires headers Re: Add Expires headers

#72333
TheDoc
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