This commit is contained in:
parent
2e852055d3
commit
62775ebdfd
2 changed files with 3 additions and 5 deletions
|
@ -1,7 +1,6 @@
|
|||
Header append Cache-Control max-age=31536000
|
||||
<FilesMatch "index\.html">
|
||||
Header edit Cache-Control ^max-age=\w* max-age=600
|
||||
</FilesMatch>
|
||||
ExpiresActive On
|
||||
ExpiresDefault A31536000
|
||||
ExpiresByType text/html A600
|
||||
|
||||
Options +MultiViews -Indexes
|
||||
ErrorDocument 404 /404.html
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Header edit Cache-Control ^max-age=\w* max-age=600
|
Loading…
Reference in a new issue