we are about to move our companies Website (Drupal 7) from the old Server A to the new Server B. As usual we ex-/imported the database and copied all the files via ftp.
Since our company resides in Germany, we have a bunch of Images whose File names contain german Umlauts. The CMS correctly URL-encodes their URI so that an existing file like über uns.jpg
is represented with such a markup:
<img src="http://<path to file>/%C3%BCber%20uns.jpg" />
This very process is working on Server A and B, BUT Server B responds with a 404 Not Found
, for the exact same path, for which Server A returns the image.
Both Servers use a standart »Lamp« setup, whereby Server B's Software is up to Date (Apache 2.4, PHP 7.0) and Server A's quiete old (~5 Years).
I appreciate any help and thanks in ahead!