I have a Fedora 22 Server all configured, even tested the skeleton app and it works, but if I Copy any app onto it, it just displays a Blank page, no errors, and when I inspect the page it just displays
<html>
<head></head>
<body></body>
</html>
Note* I do have
error_reporting(E_ALL);
I had a wrong configuration for PHP 5.5 I had set
and it should be just