diff --git a/.htaccess b/.htaccess
index f1ef8719ba1a8421e3d58aeceee851da731e4f77..bb7063c239a851f51b16def3755c9c517be3fd4d 100644
--- a/.htaccess
+++ b/.htaccess
@@ -167,6 +167,8 @@
 ## http://developer.yahoo.com/performance/rules.html#expires
 
     ExpiresDefault "access plus 1 year"
+    ExpiresByType text/html A0
+    ExpiresByType text/plain A0
 
 </IfModule>
 
diff --git a/pub/.htaccess b/pub/.htaccess
index b00b2127289e31e93de0d23969e74d64611efd1c..be0fa29b89a0756af400376385416f15ce5734c6 100644
--- a/pub/.htaccess
+++ b/pub/.htaccess
@@ -153,6 +153,8 @@
 ## http://developer.yahoo.com/performance/rules.html#expires
 
     ExpiresDefault "access plus 1 year"
+    ExpiresByType text/html A0
+    ExpiresByType text/plain A0
 
 </IfModule>