The plugin does not work for my site (another one)
-
Hello. I apologize for asking you to waste your time on my problem.
After installing the plugin, the browser console does not load webp images.
The code for my .htaccess file:# BEGIN WordPress # Строки между <code>BEGIN WordPress</code> и <code>END WordPress</code> были созданы автоматически. # Они могут быть изменены только фильтрами WordPress. # Все изменения между этими отметками будут перезаписаны. # 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 / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
I’ve read all the previous topics where the problem is similar, but I haven’t found a solution.
If possible, please check what the problem is.
If you need access to hosting, I can provide it. But I don’t know how to do that on this forum.The page I need help with: [log in to see the link]
- The topic ‘The plugin does not work for my site (another one)’ is closed to new replies.