Exclude expicit image from rewriting
-
Hi from Gemany,
I am quite sure that this could be done by adding a line to the generated .htaccess file, but I have no clue how this line may go.
I have an animated gif that obviously should not be delivered as a webp image. My temporary fix is to change
RewriteCond %{REQUEST_FILENAME} "\.(jpg|jpeg|gif|png)$"
into
RewriteCond %{REQUEST_FILENAME} "\.(jpg|jpeg|png)$"
Of course that works, but I have other gifs that could be delivered as webp images anyway. Any help with that is gladly appreciated.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Exclude expicit image from rewriting’ is closed to new replies.