Verified Commit 7069578e authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3079404 by anavarre: Document that .htaccess 301s get the...

Issue #3079404 by anavarre: Document that .htaccess 301s get the ExpiresDefault value of 2 weeks instead of the Drupal value

(cherry picked from commit c7357380)
parent 558680cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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$>