Welcome Guest, Not a member yet? Register   Sign In
routing doesn't work, shows 404 error
#2

[eluser]boony[/eluser]
Hi,

I take it that you mean you bought the book CI Professional? If so you may need to check that you have loaded the URL helper

Code:
$this->load->helper('url');
in your main controller because at first glance this does look like routing problem and not a .htaccess problem.

Otherwise you may need to post your controller methods so it is possible to detect if there is some other problem.

All up, check that all the config and routes files are properly set, go back and check the book source codes etc.

Boony


Messages In This Thread
routing doesn't work, shows 404 error - by El Forum - 08-03-2010, 08:35 PM
routing doesn't work, shows 404 error - by El Forum - 08-03-2010, 10:49 PM
routing doesn't work, shows 404 error - by El Forum - 08-03-2010, 11:07 PM
routing doesn't work, shows 404 error - by El Forum - 08-03-2010, 11:18 PM



Theme © iAndrew 2016 - Forum software by © MyBB