Colleagues.
I have serious problems with a particular server, from which only these errors happen. We have a system from which we change the directory and all the links are working perfectly and are in the root directory of the server. We've changed from 2016 to 2017, but for two weeks now, any line we've moved or even commented on, gives 500 a bug, to the point where we exclude all code and leave only:
<?php
echo "OK";
?>
After numerous searches, I came across a forum where you asked to open Notepad ++, view all the characters and see if the code appears LF, and you can also see LF and CR. The pages in the old directory appear like this:
Andinthenewdirectorywherewemigratedthesystemandisgivingthisproblem:
How can I fix this? The server where the files are allocated is Linux.