We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b8940 commit 6efe85cCopy full SHA for 6efe85c
.htaccess.sample
@@ -164,6 +164,8 @@
164
## http://developer.yahoo.com/performance/rules.html#expires
165
166
ExpiresDefault "access plus 1 year"
167
+ ExpiresByType text/html A0
168
+ ExpiresByType text/plain A0
169
170
</IfModule>
171
dev/tests/functional/.htaccess
@@ -170,6 +170,8 @@
172
173
174
175
176
177
@@ -191,4 +193,4 @@
191
193
## If running in cluster environment, uncomment this
192
194
## http://developer.yahoo.com/performance/rules.html#etags
195
- #FileETag none
196
+ #FileETag none
0 commit comments