Skip to content

Commit 8313833

Browse files
authored
Update .htaccess
1 parent 9d778c8 commit 8313833

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pub/media/.htaccess

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ AddType application/xml xml
7575

7676
<IfModule mod_headers.c>
7777

78-
<FilesMatch .*\.(ico|jpg|jpeg|png|gif|svg|svgz|webp|avif|avifs?|js|css|eot|ttf|otf|woff|woff2)$>
78+
<FilesMatch .*\.(ico|jpg|jpeg|png|gif|svg|svgz|webp|avif|avifs|js|css|eot|ttf|otf|woff|woff2)$>
7979
Header append Cache-Control public
8080
</FilesMatch>
8181

@@ -112,7 +112,7 @@ AddType application/xml xml
112112
ExpiresByType application/javascript "access plus 1 year"
113113

114114
# Favicon, images
115-
<FilesMatch \.(ico|gif|png|jpg|jpeg|svg|svgz|webp|avif|avifs?)$>
115+
<FilesMatch \.(ico|gif|png|jpg|jpeg|svg|svgz|webp|avif|avifs)$>
116116
ExpiresDefault "access plus 1 year"
117117
</FilesMatch>
118118
ExpiresByType image/gif "access plus 1 year"

0 commit comments

Comments
 (0)