Welcome Guest, Not a member yet? Register   Sign In
Site only loading the default controller
#2

[eluser]Rok Biderman[/eluser]
I have a similar setup and this is a list of things i would check:
.htaccess (it works without the ? after the index.php on win hosts, but somehow fails otherwise)
there is some fiddling with either making
Code:
$config['uri_protocol'] = "AUTO";
or
Code:
$config['uri_protocol'] = "REQUEST URI";
for the .htaccess to work properly.
config/config.php settings
index.php settings
config/routes.php

If it works on your dev environment, chances are very good the problem is in one of those. Basically on what you just told it has to be somewhere in the routing.


Messages In This Thread
Site only loading the default controller - by El Forum - 02-15-2011, 06:52 AM
Site only loading the default controller - by El Forum - 02-15-2011, 08:04 AM
Site only loading the default controller - by El Forum - 02-15-2011, 09:24 AM
Site only loading the default controller - by El Forum - 02-15-2011, 10:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB