I can’t activate it
-
I have similar problem
Add the following to your .htaccess file in /var/www/vhosts/********.com/httpdocs/ above the line reading # BEGIN WordPress, then try activate Images to WebP again: # BEGIN Images to WebP <IfModule mod_mime.c> AddType image/webp .webp </IfModule> <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_ACCEPT} image/webp RewriteCond %{REQUEST_FILENAME} "/wp-content/" RewriteCond %{REQUEST_FILENAME} "\.(jpg|jpeg|gif|png)$" RewriteCond %{REQUEST_FILENAME}\.webp -f RewriteRule ^(.+)$ $1\.webp [NC,T=image/webp,E=webp,L] </IfModule> # END Images to WebP
1. When I check the htasses, this entry is present in the file
2. I can see this square – /wp-content/plugins/images-to-webp/tests/test.png
3. OS: Ubuntu 20.04.2 LTS + Plesk Obsidian 18.0.37, last updated on Aug 2
4. PHP 7.4.22 FPM application
5. Error GET /wp-admin/plugins.php?action=activate&plugin=images-to-webp%2Fimages-to-webp.php&plugin_status=all&paged=1&s&_wpnonce=d1b48d6cbb HTTP/1.0
6.
Restrict the ability to follow symbolic links – On
NGINX Proxy mode – On
Smart static files processing – On
Serve static files directly by nginx – On
Enable nginx caching – On
Bypass cache when HTTP no-cache headers are received in request
-//- HTTP authorization headers are received in request
-//- GET nocache parameter is received in request7. Additional plugins
Autoptimize
Flying Scripts by WP Speed Matters
Gutenberg Blocks and Template Library by Neve theme
PerfmattersIs there enough information to suggest what the problem is? I don’t understand anything about this.
- The topic ‘I can’t activate it’ is closed to new replies.