We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fde41c commit a187b95Copy full SHA for a187b95
.htaccess
@@ -104,7 +104,10 @@ AddType application/xml xml
104
105
Header set X-Frame-Options SAMEORIGIN
106
107
- Header append Cache-Control no-cache
+ <FilesMatch ".(html)$">
108
+ Header append Cache-Control no-cache
109
+ Header append Vary: Accept-Encoding
110
+ </FilesMatch>
111
112
<FilesMatch .*\.(ico|jpg|jpeg|png|gif|svg|js|css|swf|eot|ttf|otf|woff|woff2|htm)$>
113
Header append Cache-Control public
@@ -114,10 +117,6 @@ AddType application/xml xml
114
117
Header append Cache-Control no-store
115
118
</FilesMatch>
116
119
- <FilesMatch ".(html)$">
- Header append Vary: Accept-Encoding
- </FilesMatch>
120
-
121
</IfModule>
122
123
<IfModule mod_deflate.c>
0 commit comments