Welcome Guest, Not a member yet? Register   Sign In
Problem with admin routes
#1

[eluser]nuts[/eluser]
Hello,

I started with CodeIgniter few days ago, and I've found this framework very interesting.

But I encounter a problem with my routes, I want to make /controller/admin_action accessible by /admin/controller/action

I tried
Code:
$route['/(.+?)(/admin_)(.+?)/'] = "admin/$1/$2";

But It's not working, can someone help me ? :-)

Thanks,

Ps: Sorry if I have not a good english :red:


Messages In This Thread
Problem with admin routes - by El Forum - 07-08-2008, 09:39 AM
Problem with admin routes - by El Forum - 07-08-2008, 11:36 AM
Problem with admin routes - by El Forum - 07-08-2008, 12:53 PM



Theme © iAndrew 2016 - Forum software by © MyBB