plan2net / webp

Create a WebP copy for images (TYPO3 CMS)
GNU General Public License v3.0
60 stars 33 forks source link

RewriteRule on IONOS -> 404 #103

Open stephangrass opened 1 month ago

stephangrass commented 1 month ago

In an IONOS web hosting package, the RewriteRule ^ %{REQUEST_FILENAME}.webp [L,T=image/webp] returns a 404 error.

If you replace it with RewriteRule ^ %{REQUEST_URI}.webp [L,T=image/webp], it works.

Perhaps this will help someone else who has the same problem.