Welcome Guest, Not a member yet? Register   Sign In
Basic problem with my controllers, i hope theres an easy solution...
#5

[eluser]Aken[/eluser]
Give this a shot... Go to your config/config.php file and change the URI_PROTOCOL to this:

Code:
$config['uri_protocol'] = "REQUEST_URI";

AUTO has always worked for me, but I've seen some other people have some issues with URL strings and such only to have it solved by that. So it can't hurt. Without an .htaccess to goof up URL redirects, it pretty much means CI isn't sure how to handle the URL it's being given, so it's slapping a 404 up.


Messages In This Thread
Basic problem with my controllers, i hope theres an easy solution... - by El Forum - 09-14-2009, 04:51 AM



Theme © iAndrew 2016 - Forum software by © MyBB