adding AllowEncodedSlashed On & the nocanon option to ProxyPass seems to do the trick.
>> Normally, mod_proxy will canonicalise ProxyPassed URLs. But this may be incompatible with some backends, particularly those that make use of PATH_INFO. The optional nocanon keyword suppresses this, and passes the URL path "raw" to the backend. Note that may affect the security of your backend, as it removes the normal limited protection against URL-based attacks provided by the proxy.
Ok, got the update, removed "AllowEncodedSlashes On" and nocanon.
Seems to work fine now. :) thx again.
As i explained in the posting above ^ Normally, mod_proxy will canonicalise ProxyPassed URLs. But this may be incompatible with some backends, particularly those that make use of PATH_INFO. The optional nocanon keyword suppresses this, and passes the URL path "raw" to the backend. Note that may affect the security of your backend, as it removes the normal limited protection against URL-based attacks provided by the proxy.
But seeing i'm using it only in "home" environment that wasn't a problem