Welcome Guest, Not a member yet? Register   Sign In
About Index page
#2

[eluser]pistolPete[/eluser]
Have a look at the user guide: http://ellislab.com/codeigniter/user-gui...uting.html
Quote:Reserved Routes

Code:
$route['default_controller'] = 'welcome';
This route indicates which controller class should be loaded if the URI contains no data, which will be the case when people load your root URL. In the above example, the "welcome" class would be loaded. You are encouraged to always have a default route otherwise a 404 page will appear by default.


Messages In This Thread
About Index page - by El Forum - 08-29-2009, 02:42 AM
About Index page - by El Forum - 08-29-2009, 02:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB