![]() |
I've just test with a fresh project and can reproduce it simply.
So, I download CI 4.4.0 and set only this : In .env PHP Code: CI_ENVIRONMENT = development In Config\Routing.php PHP Code: public bool $autoRoute = true; In Config\Feature.php, the parameters still set to Legacy PHP Code: public bool $autoRoutesImproved = false; Then, I create an Auth.php file in app\Controllers\ folder PHP Code: <?php When I want to access http://localhost:8080/auth, I have a 404 page with this message Code: Controller or its method is not found: \App\ControllersAuth::index |
Messages In This Thread |
Auto-Routing don't work with 4.4.0 - by MaxWho17 - 08-26-2023, 02:57 PM
RE: Auto-Routing don't work with 4.4.0 - by kenjis - 08-26-2023, 07:34 PM
RE: Auto-Routing don't work with 4.4.0 - by MaxWho17 - 08-27-2023, 03:23 AM
RE: Auto-Routing don't work with 4.4.0 - by kenjis - 08-27-2023, 01:51 PM
RE: Auto-Routing don't work with 4.4.0 - by jetspeed - 09-01-2023, 12:30 AM
RE: Auto-Routing don't work with 4.4.0 - by kenjis - 09-01-2023, 03:02 PM
|