Welcome Guest, Not a member yet? Register   Sign In
Which route should I take?
#2

[eluser]simshaun[/eluser]
Check config/routes.php
$route['default_controller'] = 'homepage' is what I've got mine setup as.

Controllers directory looks like this:
Code:
/controllers/admin/homepage.php  -> accessed at http://localhost/admin/
/controllers/admin/forums.php    -> accessed at http://localhost/admin/forums/
/controllers/admin/blogs.php     -> accessed at http://localhost/admin/blogs/
/controllers/homepage.php        -> accessed at http://localhost/
/controllers/bla.php             -> accessed at http://localhost/bla/


Messages In This Thread
Which route should I take? - by El Forum - 01-05-2009, 04:04 PM
Which route should I take? - by El Forum - 01-05-2009, 04:36 PM
Which route should I take? - by El Forum - 01-05-2009, 05:49 PM
Which route should I take? - by El Forum - 01-05-2009, 05:54 PM
Which route should I take? - by El Forum - 01-05-2009, 06:11 PM



Theme © iAndrew 2016 - Forum software by © MyBB