askvortsov I reverted to the C-Panel one right now. And I changed the contents of the index.php. Now the home page works but I cannot access the posts that I created on my local.
I added this to index.php:
$server = new Flarum\Http\Server(
Flarum\Foundation\Site::fromPaths([
'base' => '/home/hifitr',
'public' => '/home/hifitr/public_html',
'storage' => '/home/hifitr/storage',
])
);