Solved Path with UTF not work in PHP-FPM but works fine in Apache+nginx

castris

Verified User
Joined
Apr 16, 2021
Messages
76
Location
Arcenillas
Hello

A strange problem that affects me in a special way.

A client has a wordpress within a domain in a folder with UTF-8 characters /sueñoartesano/

He uses PHP 8.2 php-fpm in an apache+niginx configuration.

In the path /sueñoartesano/ there is
  • An index.html
  • An i.php with a <?php phpinfo();

  • The index.html is reached and show content
  • The i.php returns a 404

I put a ticket (#59566) to Directadmin, but after a delay in my answer it has been left hanging, and no matter how much I look around I can't find why it doesn't work.

Everything there is is confusing and mixed with old problems about encoding.

And certainly PHP in its php.ini has utf-8 encoding.

Any ideas?
 
Back
Top