The Old Man Posted November 6, 2021 Share Posted November 6, 2021 Hi, Poss bug in 4.6.8, WebP format seems to be missing from the list of image files in the auto generated .htacess file for Rewrites? <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteRule \.(js|css|jpeg|jpg|gif|png|ico|map)(\?|$) /404error.php [L,NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> (WebP fully available and in use on my server) Link to comment Share on other sites More sharing options...
Marc Posted November 8, 2021 Share Posted November 8, 2021 Thank you for reporting. I have added a bug report for this so that we can get the issue resolved Link to comment Share on other sites More sharing options...
Solution Marc Posted December 7, 2021 Solution Share Posted December 7, 2021 This has now been resolved in the 4.6.9 version which has just been released. Please feel free to let us know if you are seeing any issues after upgrading The Old Man 1 Link to comment Share on other sites More sharing options...
Recommended Posts