• Resolved kostritsaalex

    (@kostritsaalex)


    Hello,

    I am geeting: Error codes: bypassing_apache

    Could you please advise what should be changed in Apache configuration to make it working?

    Here is my .htaccess:

    RewriteEngine On
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # add a trailing slash to /wp-admin
    RewriteRule ^wp-admin$ wp-admin/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
    RewriteRule ^(.*\.php)$ $1 [L]
    RewriteRule . index.php [L]
    
Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Mateusz Gbiorczyk

    (@mateuszgbiorczyk)

    Hi @kostritsaalex,

    Thanks for your message.

    You can’t change anything in Apache configuration, because this error means that images are loaded without Apache.

    Thread Starter kostritsaalex

    (@kostritsaalex)

    The problem is that I can’t use the plugin as “Regenerate All” is not active.
    Any suggestion how to make plugin running? 🙂

    Plugin Author Mateusz Gbiorczyk

    (@mateuszgbiorczyk)

    You need to troubleshoot your server configuration. Please read the error message carefully.

    Have you tried to use Pass Thru mode?

    Thread Starter kostritsaalex

    (@kostritsaalex)

    Yes, it work that way! Thanks!

    However, I do have one more question. I expected that Google Speed Rating will change after I convert the images which I did, but for some reason rating haven’t changed. Is there any way to confirm that conversion is done properly and WebP is now loading on my site?

    Thanks

    • This reply was modified 5 years, 5 months ago by kostritsaalex.
    Plugin Author Mateusz Gbiorczyk

    (@mateuszgbiorczyk)

    Yes. Did you read the plugin FAQ before writing to me?

    Thread Starter kostritsaalex

    (@kostritsaalex)

    Checked now, thanks!

    Yes, it’s webp now… but still odd as no chnages in Google Speed rating)

    Plugin Author Mateusz Gbiorczyk

    (@mateuszgbiorczyk)

    The evaluation in this test results from many parameters. By using WebP you have reduced the page weight and it is more valuable than the score in the test.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Getting the Error: Error codes: bypassing_apache’ is closed to new replies.