Welcome Guest, Not a member yet? Register   Sign In
How to fix routing in CI 3.2
#1
Sad 

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:



Attached Files Thumbnail(s)
               
Reply
#2

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.
Reply
#3

(03-28-2020, 06:02 AM)jreklund Wrote: 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.

Ohh let me fix it Angel
Reply




Theme © iAndrew 2016 - Forum software by © MyBB