views:

102

answers:

1

Hi there

I was wondering if you could help me, Im trying to set an expiration date on the caching of certain files in my website, are there some tips you could give me how to do that? Ive been able to find some things on how to change entire file types, but not SPECIFIC files. Is that possible?

ExpiresActive On                  # enable expirations
ExpiresByType image/gif A2592000  # expire GIF images after a month
                                 #  in the client's cache
ExpiresByType text/html M604800   # HTML documents are good for a
                                 #  week from the time they were
                                 #  changed, period
A: 
Joel Alejandro