From 104b0e080787625b1ecef8d046b97f87fd3ddc7e Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Mon, 26 Sep 2022 13:04:38 +0100 Subject: [PATCH] Issue #3079404 by anavarre: Document that .htaccess 301s get the ExpiresDefault value of 2 weeks instead of the Drupal value --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 7e38f73369cb..3f3918526273 100644 --- a/.htaccess +++ b/.htaccess @@ -35,7 +35,7 @@ AddEncoding gzip svgz # Enable expirations. ExpiresActive On - # Cache all files for 2 weeks after access (A). + # Cache all files and redirects for 2 weeks after access (A). ExpiresDefault A1209600 <FilesMatch \.php$> -- GitLab