-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Routing wrong default value #1139
Comments
Duplicate #352 |
We've got a number of tests on it. In order to see if it's a bug, I need to know how your controller file is setup. Can you provide code please? |
In file controller
In router file.
I access to link: /admin/blog/detail/abc this show 404
then success link Thanks |
The way you changed it is correct and the way that it's intended to be used. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi.
In https://bcit-ci.github.io/CodeIgniter4/general/routing.html
I use in router
$routes->add('blog/joe', 'Blogs::users/34');
but this show 404 page.Can you recheck it.
Thanks
The text was updated successfully, but these errors were encountered: