It’s just say “404 Not Found” and " The page you were looking for could not be found!"
Other Information
I was using CodeIgniter 4 and everything was fine except the another link. I had few other links, like [https:\taskmaster.fwh.is/tambah] and [https:\taskmaster.fwh.is/detail] etc. The main URL, which is https:\taskmaster.fwh.is, I can access it without any trouble. Even accessing the CSS file, JS file, it’s appear and I could see it. The issue is when I try to get into another link (expect the main link), I cannot. It keep saying “Error 404 Not Found”.
If the home page works but every other URL doesn’t, the first thing that comes to mind is that your .htaccess file might be missing. All website software that uses “pretty URLs” requires a .htaccess file to configure the server to route the unknown paths to the index.php file so the software can handle them.
Please make sure that the .htaccess file in your website’s main directory exists and contains the rules required by your web framework.