Basic install of CI4 works, producing CodeIgniter4 page.
Followed User Guide First Web Site instructions - page displays text 'index.php'
Tried another new install, added new function to Home.php controller to echo a simple string - no change.
Tried controller to view call. No view displayed still only 'index.php'
I have PageNotFoundException setup. Is my display the output from the PageNotFoundException? I'd have expected more than that.
Clearly, I've got something wrong, but where?
Changed two items in Config/App.php - baseurl and index.php removal.
Followed Routes.php changes as instructed.
Changed apache config files, created sites-available conf file for site.