Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter mcuautle

    (@mcuautle)

    Now i don’t have the error and it seems that is working fine, now I’m testing if i found something wrong i will let you know

    In the next days I will buy the Pro version is awful

    • This reply was modified 1 year, 11 months ago by mcuautle.
    
    # BEGIN Converter for Media
    # ! --- DO NOT EDIT PREVIOUS LINE --- !
    <IfModule mod_rewrite.c>
      RewriteEngine On
      RewriteCond %{HTTP_ACCEPT} image/avif
      RewriteCond %{REQUEST_FILENAME} -f
      RewriteCond %{DOCUMENT_ROOT}/wp-content/uploads-webpc/$1.jpg.avif -f
      RewriteRule (.+)\.jpg$ /wp-content/uploads-webpc/$1.jpg.avif [NC,T=image/avif,L]
      RewriteCond %{HTTP_ACCEPT} image/avif
      RewriteCond %{REQUEST_FILENAME} -f
      RewriteCond %{DOCUMENT_ROOT}/wp-content/uploads-webpc/$1.png.avif -f
      RewriteRule (.+)\.png$ /wp-content/uploads-webpc/$1.png.avif [NC,T=image/avif,L]
      RewriteCond %{HTTP_ACCEPT} image/avif
      RewriteCond %{REQUEST_FILENAME} -f
      RewriteCond %{DOCUMENT_ROOT}/wp-content/uploads-webpc/$1.webp.avif -f
      RewriteRule (.+)\.webp$ /wp-content/uploads-webpc/$1.webp.avif [NC,T=image/avif,L]
      RewriteCond %{HTTP_ACCEPT} image/avif
      RewriteCond %{REQUEST_FILENAME} -f
      RewriteCond %{DOCUMENT_ROOT}/wp-content/uploads-webpc/$1.jpeg.avif -f
      RewriteRule (.+)\.jpeg$ /wp-content/uploads-webpc/$1.jpeg.avif [NC,T=image/avif,L]
    </IfModule>
    <IfModule mod_rewrite.c>
      RewriteEngine On
      RewriteCond %{HTTP_ACCEPT} image/webp
      RewriteCond %{REQUEST_FILENAME} -f
      RewriteCond %{DOCUMENT_ROOT}/wp-content/uploads-webpc/$1.jpg.webp -f
      RewriteRule (.+)\.jpg$ /wp-content/uploads-webpc/$1.jpg.webp [NC,T=image/webp,L]
      RewriteCond %{HTTP_ACCEPT} image/webp
      RewriteCond %{REQUEST_FILENAME} -f
      RewriteCond %{DOCUMENT_ROOT}/wp-content/uploads-webpc/$1.png.webp -f
      RewriteRule (.+)\.png$ /wp-content/uploads-webpc/$1.png.webp [NC,T=image/webp,L]
      RewriteCond %{HTTP_ACCEPT} image/webp
      RewriteCond %{REQUEST_FILENAME} -f
      RewriteCond %{DOCUMENT_ROOT}/wp-content/uploads-webpc/$1.webp.webp -f
      RewriteRule (.+)\.webp$ /wp-content/uploads-webpc/$1.webp.webp [NC,T=image/webp,L]
      RewriteCond %{HTTP_ACCEPT} image/webp
      RewriteCond %{REQUEST_FILENAME} -f
      RewriteCond %{DOCUMENT_ROOT}/wp-content/uploads-webpc/$1.jpeg.webp -f
      RewriteRule (.+)\.jpeg$ /wp-content/uploads-webpc/$1.jpeg.webp [NC,T=image/webp,L]
    </IfModule>
    <IfModule mod_headers.c>
      <FilesMatch "(?i)\.(jpg|png|webp|jpeg)(\.(webp|avif))?$">
        Header always set Cache-Control "private"
        Header append Vary "Accept"
      </FilesMatch>
    </IfModule>
    # ! --- DO NOT EDIT NEXT LINE --- !
    # END Converter for Media
                                    
    mcuautle

    (@mcuautle)

    Hi there I’m attching you the pending screenshot of help center

    https://prnt.sc/uIsuWxlKHB_8

    https://prnt.sc/mUcMl72fKyoa

    https://prnt.sc/7X1laEZYLkou

    https://prnt.sc/GmZvex3bSRQs

    thanks for your help ??

    mcuautle

    (@mcuautle)

    I have the same message

    It appears that redirects on your server are not working. It means that your server does not support rewrites from the .htaccess file or your server configuration is not compatible with this plugin.

    In this case, please contact us. We will try to help you.

    Error codes: rewrites_not_working

    On the Help Center i see this

    Errors debug

    Size of PNG (by server path) 21586

    Size of PNG2 (by server path)21586

    Size of PNG as WEBP (by URL)0

    Size of PNG as PNG (by URL)0

    Size of PNG2 as WEBP (by URL)0

    Size of PNG2 as PNG2 (by URL)0

    Plugin settings{“quality”:”85″,”output_formats”:[“webp”],”dirs”:[“uploads”],”image_resize”:[“”,””,””],”auto_conversion”:”yes”,”access_token”:””,”extensions”:[“jpg”,”png”,”webp”,”jpeg”],”method”:”gd”,”loader_type”:”htaccess”,”rewrite_inherit_disabled”:””,”excluded_dirs”:””,”features”:[“only_smaller”],”media_stats”:”yes”,”cloudflare_zone_id”:””,”cloudflare_api_token”:””}

    Error codes[“rewrites_not_working”]

    i check the .haccess file under the web root path and i see it the privileges https://prnt.sc/1zEGiy9pWnug

    The rewrite is available https://prnt.sc/hNc2Qyaq6eJI

    i check under the wp-content and wp-content/uploads and the .htaccess file existe https://prnt.sc/Cyxu1VsaFUjz

    in both places has the same information: https://prnt.sc/g7Hy95XpxZq3

    and i add the lines under the file fuctions.php under the theme and it has the same error

    • This reply was modified 2 years ago by mcuautle.
Viewing 5 replies - 1 through 5 (of 5 total)