Allright, So I have a webserver running on nas4free,
Whenever I use my IP adress, all the the php files work and i'm able to use and execute php. But when I use my domain name (which should be the same since it only forwards to my domain) it tells me "no input file selected" and I have really no clue how to solve this.
Navigating to a file with phpinfo using my ip: http://84.24.226.2/cp/servcheck.php
Navigating to a file with phpinfo using domain: Click Me
What could the problem be?
Content of servcheck.php:
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
?>