rosell-dk / webp-express

Wordpress plugin for serving autogenerated WebP images instead of jpeg/png to browsers that supports WebP
GNU General Public License v3.0
225 stars 64 forks source link

Avoid originals being redirected to webp in the File Manager due to the .htaccess ruless generated by WebP Express itself #521

Closed rosell-dk closed 3 years ago

rosell-dk commented 3 years ago

This one is easy, as the rules now provides an escape hatch ("?original") - see #522.

Note: This does not prevent nor detect other rules making such redirect (such as Nginx rules, which needs to be created manually)