![]() |
I just downloaded the latest version and installed in Wampserver. It worked fine. I made a controller and tried to access the controller. It shows error 404.
I have an existing application with 4.1.9. I want to make test version before migrating. I do not want to define routes for all controllers. So I enabled legacy routing in Paths.php and Features.php. Still I get the error 404. How to fix this.
If you want to use legacy auto-routing, you should not change Features.php.
See https://codeigniter4.github.io/CodeIgnit...ing-legacy If you set $autoRoutesImproved = true, you are using new auto-routing. https://codeigniter4.github.io/CodeIgnit...g-improved |
Welcome Guest, Not a member yet? Register Sign In |