I config PHP 7.4.5 in IIS 10.0,
and when I rename a folder to Persian characters like: "تست", and try to access the page with this address :
http://mydomain/تست/
it can not find index.php, and show this error :
No input file specified.
after renaming to the English letter: "test", the url is:
http://mydomain/test/
everything is ok!
Hint: if the folder name has Persian chars, all good with index.html
Hint: My handler Mapping :
what I try to solve the problem:
I try to change this vars in php.ini but not solve my problem.
cgi.fix_pathinfo=1
cgi.force_redirect = 0