Welcome Guest, Not a member yet? Register   Sign In
Problem: Routing Using Wild Cards
#7

[eluser]Shiju S S[/eluser]
What I could figure out is that the router is stopping at

$route['([franchisee]+[a-z_]+)'] = 'franchiseearea/$1';

The last route in the second set. (Franchisee area)

ie:
When I give a URL
staffreport/showcontact
It is redirecting to
/franchiseearea/staff

All routes defined below:
$route['([franchisee]+[a-z_]+)'] = 'franchiseearea/$1';
is getting directed to it.
Any solution. I am also trying to gather more information.


Messages In This Thread
Problem: Routing Using Wild Cards - by El Forum - 12-15-2012, 03:02 AM
Problem: Routing Using Wild Cards - by El Forum - 12-15-2012, 03:18 AM
Problem: Routing Using Wild Cards - by El Forum - 12-15-2012, 03:26 AM
Problem: Routing Using Wild Cards - by El Forum - 12-15-2012, 10:57 AM
Problem: Routing Using Wild Cards - by El Forum - 12-15-2012, 11:22 AM
Problem: Routing Using Wild Cards - by El Forum - 12-15-2012, 03:49 PM
Problem: Routing Using Wild Cards - by El Forum - 12-15-2012, 10:57 PM
Problem: Routing Using Wild Cards - by El Forum - 12-16-2012, 12:27 AM
Problem: Routing Using Wild Cards - by El Forum - 12-16-2012, 12:36 AM
Problem: Routing Using Wild Cards - by El Forum - 12-16-2012, 01:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB