Title: Getting the Error: Error codes: bypassing_apache
Last modified: January 6, 2021

---

# Getting the Error: Error codes: bypassing_apache

 *  Resolved [kostritsaalex](https://wordpress.org/support/users/kostritsaalex/)
 * (@kostritsaalex)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/getting-the-error-error-codes-bypassing_apache/)
 * 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](https://wordpress.org/support/users/mateuszgbiorczyk/)
 * (@mateuszgbiorczyk)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/getting-the-error-error-codes-bypassing_apache/#post-13873096)
 * Hi [@kostritsaalex](https://wordpress.org/support/users/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](https://wordpress.org/support/users/kostritsaalex/)
 * (@kostritsaalex)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/getting-the-error-error-codes-bypassing_apache/#post-13873100)
 * 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](https://wordpress.org/support/users/mateuszgbiorczyk/)
 * (@mateuszgbiorczyk)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/getting-the-error-error-codes-bypassing_apache/#post-13873115)
 * You need to troubleshoot your server configuration. Please read the error message
   carefully.
 * Have you tried to use Pass Thru mode?
 *  Thread Starter [kostritsaalex](https://wordpress.org/support/users/kostritsaalex/)
 * (@kostritsaalex)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/getting-the-error-error-codes-bypassing_apache/#post-13873297)
 * 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](https://wordpress.org/support/users/kostritsaalex/).
 *  Plugin Author [Mateusz Gbiorczyk](https://wordpress.org/support/users/mateuszgbiorczyk/)
 * (@mateuszgbiorczyk)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/getting-the-error-error-codes-bypassing_apache/#post-13873309)
 * Yes. Did you read the [plugin FAQ](https://wordpress.org/plugins/webp-converter-for-media/faq/)
   before writing to me?
 *  Thread Starter [kostritsaalex](https://wordpress.org/support/users/kostritsaalex/)
 * (@kostritsaalex)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/getting-the-error-error-codes-bypassing_apache/#post-13873396)
 * Checked now, thanks!
 * Yes, it’s webp now… but still odd as no chnages in Google Speed rating)
 *  Plugin Author [Mateusz Gbiorczyk](https://wordpress.org/support/users/mateuszgbiorczyk/)
 * (@mateuszgbiorczyk)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/getting-the-error-error-codes-bypassing_apache/#post-13873417)
 * 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.

 * ![](https://ps.w.org/webp-converter-for-media/assets/icon-256x256.png?rev=2636288)
 * [Converter for Media - Optimize images | Convert WebP & AVIF](https://wordpress.org/plugins/webp-converter-for-media/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/webp-converter-for-media/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/webp-converter-for-media/)
 * [Active Topics](https://wordpress.org/support/plugin/webp-converter-for-media/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/webp-converter-for-media/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/webp-converter-for-media/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Mateusz Gbiorczyk](https://wordpress.org/support/users/mateuszgbiorczyk/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/getting-the-error-error-codes-bypassing_apache/#post-13873417)
 * Status: resolved