I have installed the latest version of xampp with PHP 8.0 and copied my current project (on Codeigniter 4 framework) which was running perfectly fine on xampp (PHP 7.4) in htdocs of xampp with 8.0. But it gives me error of 404, index.php on root and callback function on routes are working fine. but it can't access controller and gives 404.
any idea where iam wrong