Problem with webp files
-
Hello,
I have a problem on one website. I have all the webp files generated on the server but none of them are served. I have checked the htaccess file and as I didn’t find any rewrite rule I copied this one :
RewriteCond %{HTTP_ACCEPT} “image/webp”
RewriteCond %{REQUEST_FILENAME}.webp -f
RewriteRule ^(.*).(jpg|png|gif) $1.$2.webp [T=image/webp,L]The strange thing is that none of my browser shows webp images (safari and chrome).
But when I am logged in to the wp-admin, the webp images load correctly.
Thanks in advance for your help
Laurent
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Problem with webp files’ is closed to new replies.