I just implemented a new server, and everything is going great but the support for UTF-8 doesn't seem to fully work.
For example, I have the following photo: José-Antonio.jpg , the browser outputs it as Jos%C3%A9-Antonio.jpg but trying to access it, will return an 404 error code.
I do have tried both of the following settings in my /etc/httpd/conf/http.conf/ file, but none seems to work:
#AddDefaultCharset UTF-8
AddDefaultCharSet ISO-8859-1
So any ideas what else could I try to fix this issue? Btw, I'm running a wordpress site.