Hi guys, I'm using django and the ols wsgi Server App.
but when I use non-English letters in the path of files, I get an error of 500.
of course, in the context settings, I set the "Add Default Charset" option to "on" and set the "Customized Default Charset" to "utf-8", but it still didn't work.
what's the solution?
it works :
example.com/media/images/pars/img2.jpg
it's not working :
example.com/media/images/پارس/img.jpg
but when I use non-English letters in the path of files, I get an error of 500.
of course, in the context settings, I set the "Add Default Charset" option to "on" and set the "Customized Default Charset" to "utf-8", but it still didn't work.
what's the solution?
it works :
example.com/media/images/pars/img2.jpg
it's not working :
example.com/media/images/پارس/img.jpg