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/.htaccess.sample b/.htaccess.sample index 47944ce310559c42972741d1459ed4e98a332b0f..5dc6f025267acf4b5fa8741650544bf5d65abd81 100644 --- a/.htaccess.sample +++ b/.htaccess.sample @@ -164,6 +164,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/dev/tests/functional/.htaccess b/dev/tests/functional/.htaccess index db0b8f66ad0008c5f765391d0b93515d711ab1b7..0fe8af43b87597383c5904481c15b751e52630d2 100644 --- a/dev/tests/functional/.htaccess +++ b/dev/tests/functional/.htaccess @@ -170,6 +170,8 @@ ## http://developer.yahoo.com/performance/rules.html#expires ExpiresDefault "access plus 1 year" + ExpiresByType text/html A0 + ExpiresByType text/plain A0 </IfModule> @@ -191,4 +193,4 @@ ## If running in cluster environment, uncomment this ## http://developer.yahoo.com/performance/rules.html#etags - #FileETag none \ No newline at end of file + #FileETag none diff --git a/pub/.htaccess b/pub/.htaccess index b00b2127289e31e93de0d23969e74d64611efd1c..be0fa29b89a0756af400376385416f15ce5734c6 100755 --- 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>