File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
- # redirect rules to prevent old links from breaking
1
+ # 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 1 days"
6
+ </IfModule >
7
+
8
+ # Redirect rules to prevent old links from breaking
2
9
RewriteEngine On
3
10
4
11
RewriteCond %{HTTPS} off
Original file line number Diff line number Diff line change 1
- # redirect rules to prevent old links from breaking
1
+ # 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 1 days"
6
+ </IfModule >
7
+
8
+ # Redirect rules to prevent old links from breaking
2
9
RewriteEngine On
3
10
4
11
RewriteCond %{HTTPS} off
You can’t perform that action at this time.
0 commit comments