Our Scripts Vault contains many game scripts that you can use to create your own game!
Question: What would be the simpliest way of setting all images to be expired no sooner than after one week after last visit?
ExpiresDefault "access plus 1 week"
Quote from: Chris on January 23, 2010, 05:43:16 AMQuestion: What would be the simpliest way of setting all images to be expired no sooner than after one week after last visit?The easiest way should be to use Apache with mod_expires (http://httpd.apache.org/docs/2.0/mod/mod_expires.html):Code: [Select]ExpiresDefault "access plus 1 week"
Apache mod is not for me. Can't it be done via CSS/HTML?
and then if you need to update any of your media, you change the URL.