I can’t activate it
-
Hi, I have temporarily disabled your plugin to detect a generic error on my site.
Now I can’t activate it anymore. I have this error message:Add the following to your .htaccess file in /home/mywebsiteABC.com/public_html/ 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
That code is contained in my .htaccess, above Begin WordPress.
Why does this happen?
Thanks.
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘I can’t activate it’ is closed to new replies.