Hi Mateus,
I have read many topics, the issue stills “not working”, but I can’t find any real solution for me.
Please give me instructions on how to validate if the plugin is correctly configured. (a checklist would be nice)
for the page:https://www.i-malo.com/t7/en/workshop/
here is my JPG image path (2 first pictures):https://www.i-malo.com/t7/wp-content/uploads/2020/01/
here is the WEBP image path (2 first pictures)
https://www.i-malo.com/t7/wp-content/uploads-webpc/2020/01/
the .htaccess:# BEGIN LSCACHE
# END LSCACHE
# BEGIN NON_LSCACHE
# END NON_LSCACHE
#This Apache config file was created by Duplicator Installer on 2019-10-26 13:46:51.
#The original can be found in archived file with the name htaccess.orig
# BEGIN WordPress
# The directives (lines) between BEGIN WordPress
and END WordPress
are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
# BEGIN WebP Converter
<IfModule mod_mime.c>
? AddType image/webp .webp
</IfModule>
<IfModule mod_rewrite.c>
? RewriteEngine On
? RewriteCond %{HTTP_ACCEPT} image/webp
? RewriteCond %{DOCUMENT_ROOT}/wp-content/uploads-webpc/$1.jpg.webp -f
? RewriteRule wp-content/uploads/(.+)\.jpg$ wp-content/uploads-webpc/$1.jpg.webp [T=image/webp]
? RewriteCond %{HTTP_ACCEPT} image/webp
? RewriteCond %{DOCUMENT_ROOT}/wp-content/uploads-webpc/$1.jpeg.webp -f
? RewriteRule wp-content/uploads/(.+)\.jpeg$ wp-content/uploads-webpc/$1.jpeg.webp [T=image/webp]
? RewriteCond %{HTTP_ACCEPT} image/webp
? RewriteCond %{DOCUMENT_ROOT}/wp-content/uploads-webpc/$1.png.webp -f
? RewriteRule wp-content/uploads/(.+)\.png$ wp-content/uploads-webpc/$1.png.webp [T=image/webp]
</IfModule>
<IfModule mod_expires.c>
? ExpiresActive On
? ExpiresByType image/webp “access plus 1 year”
</IfModule>
# END WebP Converter
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /t7/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /t7/index.php [L]
</IfModule>
# END WordPress
please see joined file for server info and active plugins
I am on Windows 10, with Chrome and Firefox (they can read a webp file)
Thanks for your help
Fran?ois.