Issue #3310963 by rcodina, quietone, anybody, joegraduate, smustgrave, xjm, cilefen, alexpott, larowlan: Attach correct image/webp header in .htaccess when mime module is enabled
parent
97775e78a5
commit
30bea1ebb1
|
@ -22,6 +22,9 @@ DirectoryIndex index.php index.html index.htm
|
|||
AddType image/svg+xml svg svgz
|
||||
AddEncoding gzip svgz
|
||||
|
||||
# Add correct encoding for webp.
|
||||
AddType image/webp .webp
|
||||
|
||||
# Most of the following PHP settings cannot be changed at runtime. See
|
||||
# sites/default/default.settings.php and
|
||||
# Drupal\Core\DrupalKernel::bootEnvironment() for settings that can be
|
||||
|
|
|
@ -22,6 +22,9 @@ DirectoryIndex index.php index.html index.htm
|
|||
AddType image/svg+xml svg svgz
|
||||
AddEncoding gzip svgz
|
||||
|
||||
# Add correct encoding for webp.
|
||||
AddType image/webp .webp
|
||||
|
||||
# Most of the following PHP settings cannot be changed at runtime. See
|
||||
# sites/default/default.settings.php and
|
||||
# Drupal\Core\DrupalKernel::bootEnvironment() for settings that can be
|
||||
|
|
Loading…
Reference in New Issue