Hello, I use the code below in windows and it works perfectly, but when I use it in ubunto, the only error that returns is GET http://site.com/ 500 (Internal Server Error)
, already in windows it works perfectly.
index.php
include 'home.php'
home.php
require_once DIR_FUNCS.'func.php';