So, having the following file Adán-y-Eva-50x50.jpg
when I try to access it, apache translates it to Ad\xc3\xa1n-y-Eva-50x50.jpg
and won't find it, even though it exists.
This happens only for filenames that contain UTF8 characters.
I have already the following configuration in my /etc/httpd/conf/httpd.conf
...
AddDefaultCharset UTF-8
...
IndexOptions FancyIndexing VersionSort NameWidth=* HTMLTable +Charset=UTF-8
...
And added also this to my root .htaccess
on the first line:
IndexOptions +Charset=UTF-8
All this with no effect to load those kind of files. Any suggestions?
UPDATE
Just to mention it: I'm running the websites on a CentOS server with plesk panel preconfigured