We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ExpiresDefault
1 parent 1dc1bbd commit 7a173a5Copy full SHA for 7a173a5
h5bp/web_performance/cache_expiration.conf
@@ -7,6 +7,13 @@
7
# (!) If you don't control versioning with filename-based cache busting, you
8
# should consider lowering the cache times to something like one week.
9
#
10
+# (!) When using `.htaccess` file, the webserver config may have already
11
+# a preset some file types.
12
+# In that case, the general rule with `ExpiresDefault` might not be applied.
13
+# In order to override any presets, uncomment the appropriate "Generic"
14
+# lines below.
15
+# Online checker or validators can help investigating the served cache policy.
16
+#
17
# https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control
18
# https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Expires
19
# https://httpd.apache.org/docs/current/mod/mod_expires.html
0 commit comments