We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65990f3 commit bace521Copy full SHA for bace521
2 files changed
_include/.htaccess
@@ -1,4 +1,11 @@
1
-# redirect rules to prevent old links from breaking
+# Allow removed content to expire
2
+<IfModule mod_expires.c>
3
+ ExpiresActive on
4
+ ExpiresByType text/html "access plus 1 hours"
5
+ ExpiresDefault "access plus 10 days"
6
+</IfModule>
7
+
8
+# Redirect rules to prevent old links from breaking
9
RewriteEngine On
10
11
RewriteCond %{HTTPS} off
content/.htaccess
0 commit comments