How to fix routing in CI 3.2 |
Hey I'm new to CodeIgniter and actually let me show you where I am stuck!,
so here's the URL I requested http://192.168.0.103:8080/Concept/admins/order . admins is controller and order is method of that controller but it does'nt work like it should work here is my Admins Controller,route.php,some screenshot of my webpage:
You can't use (:any) like that, you need to include the complete url e.g. admin/order/(:any)
There should only be one (:any) rule, and should be the last one.
|
Welcome Guest, Not a member yet? Register Sign In |