Welcome Guest, Not a member yet? Register   Sign In
Working with URI, getting a wrong view..
#4

[eluser]WanWizard[/eluser]
That's what I said.

Are you getting a 404 not found error from your webserver? If so, then your rewritting is probably at fault. If your getting a "page not found" error from CodeIgniter, it can't find a controller to load.

This could also be because a CI url should have /controller/method/parameters. With your URL, it looks for a method called '1', with obviously doesn't exist. Either add the method to your URL, or use the _remap() method.


Messages In This Thread
Working with URI, getting a wrong view.. - by El Forum - 08-29-2010, 02:47 AM
Working with URI, getting a wrong view.. - by El Forum - 08-29-2010, 04:53 AM
Working with URI, getting a wrong view.. - by El Forum - 08-29-2010, 05:26 AM
Working with URI, getting a wrong view.. - by El Forum - 08-29-2010, 06:14 AM
Working with URI, getting a wrong view.. - by El Forum - 08-29-2010, 07:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB