[pLog-svn] r7222 - plog/branches/lifetype-1.2/gallery

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Thu Dec 17 22:59:59 EST 2015


Author: jondaley
Date: 2015-12-17 22:59:59 -0500 (Thu, 17 Dec 2015)
New Revision: 7222

Modified:
   plog/branches/lifetype-1.2/gallery/.htaccess
Log:
media files don't change, they can be referenced with ?ver={date} if they need to be.  Makes google pagespeed happier

Modified: plog/branches/lifetype-1.2/gallery/.htaccess
===================================================================
--- plog/branches/lifetype-1.2/gallery/.htaccess	2015-12-18 03:58:33 UTC (rev 7221)
+++ plog/branches/lifetype-1.2/gallery/.htaccess	2015-12-18 03:59:59 UTC (rev 7222)
@@ -20,5 +20,5 @@
 
 <IfModule mod_expires.c>
   ExpiresActive On
-  ExpiresDefault "access plus 1 week"
+  ExpiresDefault "access plus 1 month"
 </IfModule>



More information about the pLog-svn mailing list