CodeIgniter Forums
404 Not Found in a route with same name of namespace - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: 404 Not Found in a route with same name of namespace (/showthread.php?tid=82614)



404 Not Found in a route with same name of namespace - rodrigoguariento - 07-30-2022

Does anyone know why I'm getting "404 Not Found" in this "admin" route? The route "/" works fine. When I change "admin" to "adm" works fine too. Remembering: the auto route is false. Thanks!
[Image: Untitled.png]


RE: 404 Not Found in a route with same name of namespace - kenjis - 08-05-2022

How did you set up the web server?


RE: 404 Not Found in a route with same name of namespace - rodrigoguariento - 08-06-2022

(08-05-2022, 05:41 PM)kenjis Wrote: How did you set up the web server?

This screenshot was with:
Code:
$ php spark serve


I tried with Nginx too, the same occurs.

Try for yourself the same scenario!?