Verified Commit 04c799d1 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 104b0e08)
parent ff1f52eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,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$>