
Stefan Kientzler - 2021-05-24 11:49:39 -
In reply to message 3 from Daniel Van Audenhove
Are you sure, this server works correctly?
The internal server error and looking for favicon.ico suggest something other than any script error!
Have you tried a simple php script containing only phpinfo() to show, if PHP works and what version and modules are available:
<?php
phpinfo();
save this in a file info.php and run it on your server. So you can see, if PHP is working fine...