Error codes: rewrites_cached
-
Issue I just cannot resolve after FAQs, notes, guidance etc.
Your server uses the cache for HTTP requests. The rules from .htaccess file or from Nginx configuration are not executed every time when the image is loaded, but the last redirect from cache is performed. With each request to image, your server should execute the rules from .htaccess file or from Nginx configuration. Now it only does this the first time and then uses cache. This means that if your server redirected image to WebP format the first time, it does so on every request. It should check the rules from .htaccess file or from Nginx configuration each time during request to image and redirect only when the conditions are met.
If you have enabled caching HTTP reverse proxy or another HTTP caching, you must disable it. Otherwise the plugin cannot work properly. In this case, please contact your server administrator.
Also try changing option “Image loading mode” to a different one. Issues about rewrites can often be resolved by setting this option to “Pass Thru”. You can do this in plugin settings below. After changing settings, remember to flush cache if you use caching plugin or caching via hosting.
—
Error codes: rewrites_cached
I have followed all the guidance and still I get this message. I updated to the latest version of your plugin. I am running a Vultr HF Plesk standard setup. Nothing changed or special.
Where can I set the server config too please?
Is there anything I need to remove in .htaccess ?
Pass through has no effectThanks
- The topic ‘Error codes: rewrites_cached’ is closed to new replies.