When trying to access images that are in folders that contains non-ascii characters, server returns with 404.
Weird thing is that if I do:
mv /path/to/dir/ščž /path/to/dir/scz
and then do reverse thing:
mv /path/to/dir/scz /path/to/dir/ščž
It's not longer 404 and the server sends correct image. Any ideas why that? If it helps, permissions are 755 and user is apache:apche