In my project I have html file with non-Latin characters: Кондиционер.html. When i make request: www.myDomain.com/Кондиционер.html
Server sends 404 error:
Error: Not Found The requested URL /%D0%9A%D0%BE%D0%BD%D0%B4%D0%B8%D1%86%D0%B8%D0%BE%D0%BD%D0%B5%D1%80.html was not found on this server.
But with Latin latters everything works fine. What can I do to set GAE server to support such non-Latin file names?
Try this (does not work on the web-console, but in real *.py files):
For static files you need a redirecting request handler and an ascii-named file to which you redirect.