.htaccess mistakes
-
Thank you for the great plugin.
I noticed that the first set of
image/avif
rules in the generated.htaccess
files uses.webp
instead of.avif
in theRewriteRule
line (line 15).Also, there seems to be a mistake in how the second path
RewriteCond
is being generated. It outputs the same path as the first one, but without slashes, like so:
RewriteCond %{DOCUMENT_ROOT}/wp-content/compressx-nextgen/$1.avif -f [OR]
RewriteCond %{DOCUMENT_ROOT}/wp-contentcompressx-nextgen/$1.avif -fI think you should check the
class-compressx-webp-rewrite.php
code.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.