Welcome Guest, Not a member yet? Register   Sign In
Codeigniter 3 Url without controller
#4

(This post was last modified: 04-02-2016, 04:27 AM by InsiteFX.)

Try this:

PHP Code:
$route['Controller_name/(.+)'] = 'Controller_name/$1'

In CI 3+ (:any) and (:num) have changed.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Codeigniter 3 Url without controller - by stefan - 04-01-2016, 05:44 PM
RE: Codeigniter 3 Url without controller - by InsiteFX - 04-02-2016, 04:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB