Welcome Guest, Not a member yet? Register   Sign In
404 on routes in sub folder
#4

Change it to below because it looks like you do not have a dashboard method in your Controller.

PHP Code:
$route['admin/dashboard'] = "admin/admin/index";

// change to
$route['admin'] = "admin/admin/index"
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
404 on routes in sub folder - by Vuader - 10-20-2020, 11:01 PM
RE: 404 on routes in sub folder - by InsiteFX - 10-21-2020, 10:54 AM
RE: 404 on routes in sub folder - by Vuader - 12-02-2020, 01:21 AM
RE: 404 on routes in sub folder - by InsiteFX - 12-03-2020, 04:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB