I need to help with routes problem. |
I need to help with routes problem.
Below is a part of My Config/Routes.php file. PHP Code: $routes->setDefaultNamespace('MyTest\Controllers'); I need to use TranlateURIDashes. I hope that Router automatically route this. for example, 'users/login-process' to 'users/login_process'. but when I connect 'http://mytest/users/login-process', then just I could see 404 page not found error page. So, Why? I don't understand this part.. Please, help me. (Sorry, I'm not good at English..)
PLEASE, let me know your opinion.
Actually I created an issue. https://github.com/codeigniter4/CodeIgni...ssues/1564 And now, there is a closed PR. Why closed?? (T.T) https://github.com/codeigniter4/CodeIgniter4/pull/1570
The author of the PR closed it - you should ask him/her why. My guess is that they tried to address your github issue, and you responded that it didn't help.
Your github issue has a comment suggesting that you solved the problem, yet here you are looking for something more? Your issue will be addressed, but we don't control the developers' volunteer efforts. There are 32 issues older than yours on github, and you will need to be patient, sorry! If someone in the community comes up with a fix or workaround in the meantime, that would be great (12-04-2018, 11:15 AM)ciadmin Wrote: The author of the PR closed it - you should ask him/her why. My guess is that they tried to address your github issue, and you responded that it didn't help. Thank you for your advice. For now, I'll wait for this problem to be resolved properly. |
Welcome Guest, Not a member yet? Register Sign In |