Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down