From the browser I'm trying to access file https://example.com/86/86454cff-556a-4162-aa65-433158c133f4/Informacja+kwartalna++III+kwartał+2016+r.
and I'm getting 404 error.
When I check filesystem the file exist with encoded chars: 86/86454cff-556a-4162-aa65-433158c133f4/Informacja+kwartalna++III+kwarta%C5%82+2016+r.
When I've turned the listings on Apache serves this file at https://example.com/86/86454cff-556a-4162-aa65-433158c133f4/Informacja+kwartalna++III+kwarta%25C5%2582+2016+r.
How can I make it work so it's properly served with the first address? Or should I save the file on filesystem using utf-8 chars without encoding? What would you suggest?