From eb25e7ace3814e178972c4a2ddc93737968c9591 Mon Sep 17 00:00:00 2001 From: Josef Glatz Date: Tue, 13 Jan 2026 09:40:04 +0100 Subject: [PATCH] [TASK] Apache config snippet: add note about TYPO3 core root-htaccess The MIME type association for webp is part of TYPO3's root-htaccess since 2015. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b813f7d..6b036b1 100644 --- a/README.md +++ b/README.md @@ -175,9 +175,10 @@ You can also add a browser restriction if your audience uses old versions of Saf ### Apache (.htaccess example) -We assume that module `mod_rewrite.c` is enabled. +We assume that module `mod_rewrite.c` is enabled and Apache associates the MIME type `image/web` with file extension `.webp`. RewriteEngine On + # This directive is part of TYPO3's default root .htaccess configuration AddType image/webp .webp is already part of the TYPO3 htaccess template in