Error 500
-
Hi,
I have just installed the plugin in order to get my images optimized.
I set it up CDN-Friendly, Alter HTML, Reference webps that haven’t been converted yet,and Create webp files upon request.Whenever I set this option, I get a 500 error when trying to serve the webp files.
In the logs, this error is generated:[Mon Aug 10 01:56:53.730265 2020] [core:alert] [pid 334] [client [redacted]:61306] /var/www/html/wp-content/plugins/webp-express/wod/.htaccess: Require not allowed here
And this is the content of the mentioned .htaccess file:
# Grant access to webp-on-demand.php and webp-realizer.php <FilesMatch "(webp-on-demand|webp-realizer)\.php$"> <IfModule !mod_authz_core.c> Order deny,allow Allow from all </IfModule> <IfModule mod_authz_core.c> Require all granted </IfModule> </FilesMatch>
I dont know much about writing .htaccess files, so I dont know where to get from here.
Also one more question related to this issue: If I DONT use the “create webp files on request” and also dont bulk-convert my image files, that mean that I wont have any webp files to serve, right?
Or is there another way to convert existing jpgegs to webp?thanks
The page I need help with: [log in to see the link]
- The topic ‘Error 500’ is closed to new replies.