-
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
Bug: Url's not working #3245
Comments
Could you share at least the relevant parts of app/Config/Routes.php and any changes you have made to public/.htaccess? |
Nothing has been changed in the Routes.php or the ,htaccess file only change is to the app.php config The released ver 4.0.3 worked right off the developer version will not work at all. Same changes made to the production framework. |
I think it's because of the recent changes in I'm not sure if we should use all these flags by default. Personally I would stay with the initial rule:
|
This one is the problem! I reverted this one and everything started working again --> (f0e6f60) |
@lonnieezell ’s in trouble 😂 |
Adding square brackets on
|
@InsiteFX can you try that with square brackets? |
Square brackets makes sense there. |
Yes, this did work I try several url's like to home and Myth/Auth login and register all work with these square brackets.
|
Direction
We use github issues to track bugs, not for support.
If you have a support question, or a feature request, raise these as threads on our
forum.
Describe the bug
A clear and concise description of what the bug is.
Downloaded newest developer version install using my same vhost. setup all config
load index.php goes right to the home page. type in home on bar and get 404 page not found on all links
https://admin.local/ --. works
https://admin.local/home --> 404 error page not found
Does the same thing with all the Myth/Auth links 404 page not found.
So I downloaded the production 4,0,3 version and guess what everything works right out of the box.
with the same setup parameters.
CodeIgniter 4 version
Which version (and branch, if applicable) the bug is in.
This developer version this branch
Affected module(s)
Which package or class is the bug in, if known.
Seems to be something with the routes or router.
Expected behavior, and steps to reproduce if appropriate
A clear and concise description of what you expected to happen,
and how you got there.
Feel free to include a text/log extract, but use a pastebin facility for any
screenshots you deem necessary.
Expected all the url links to work.
Context
The text was updated successfully, but these errors were encountered: