Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author nosilver4u

    (@nosilver4u)

    sounds like permissions/ownership is set wrong on the png files, but since the .webp files are created (and therefore owned) by the user account running the apache service, those do not have any problems. Does the issue persist if you remove the ewww io rewrite rules?

    Thread Starter millllan

    (@millllan)

    i removed them and now i can access to both png and webp …

    Thread Starter millllan

    (@millllan)

    apache is running under SYSTEM user (as windows service) … windows file security is set so everybody has RW access

    httpd.conf is set like this :

    <Directory “c:/wamp/www/”>
    Options Indexes FollowSymLinks
    AllowOverride all
    Order Allow,Deny
    Allow from all
    </Directory>

    Plugin Author nosilver4u

    (@nosilver4u)

    Sounds like you’re missing an apache module needed for the ewww io rules. Make sure you have both mod_rewrite and mod_headers enabled.

    Thread Starter millllan

    (@millllan)

    Both moduls are enabled, but no luck for me… i tried with some other rules that i googled out but nothing … too bad

    Also an suggestion, is it possible that ur plugin runs conversions processes on lower processor priority? It would be a nice option

    Plugin Author nosilver4u

    (@nosilver4u)

    It does run at lower priority, but only on *nix hosts. I don’t know of a way to do that on Windows.

    Can’t imagine what else would cause the rewrite problems, but perhaps you need to add the image/webp stuff to your server (apache) mimetype list. Not real sure how to do that with wamp, I try to avoid Windows like a plague.

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

The topic ‘.webp on wamp problem’ is closed to new replies.