Welcome Guest, Not a member yet? Register   Sign In
first page without controller
#4

[eluser]TheFuzzy0ne[/eluser]
You will need to ensure your default controller has been set correctly in ./system/application/config/config.php. Here's what mine looks like:
Code:
$config['default_controller'] = "homepage";

My default controller is called 'homepage', which means that the router looks for a file named "homepage.php" if no controller is specified. If you are wanting index.php to be your default controller, then you'll need to set you default controller to "index".


Messages In This Thread
first page without controller - by El Forum - 02-20-2009, 03:17 AM
first page without controller - by El Forum - 02-20-2009, 03:31 AM
first page without controller - by El Forum - 02-20-2009, 03:57 AM
first page without controller - by El Forum - 02-20-2009, 04:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB