Welcome Guest, Not a member yet? Register   Sign In
routing issue?
#2

[eluser]Ninjabear[/eluser]
Yes this is because CI uris work as follows:

domain.com/index.php/controller/method/id

You left out the controller so you got a 404 error.

It should be /public_site/about
Or /public_site (which would give you the index method.

Just /ci uses the default controller as set in your routes file. $route['default_controller'] = "main";

Also, the css goes in the root of your install so inside the ci folder I suppose alongside the application folder in a folder called /css for example.


Messages In This Thread
routing issue? - by El Forum - 03-23-2012, 01:00 AM
routing issue? - by El Forum - 03-23-2012, 03:19 AM
routing issue? - by El Forum - 03-23-2012, 04:04 AM
routing issue? - by El Forum - 03-23-2012, 04:39 AM
routing issue? - by El Forum - 03-23-2012, 05:01 AM
routing issue? - by El Forum - 03-23-2012, 05:59 AM
routing issue? - by El Forum - 03-23-2012, 06:07 AM
routing issue? - by El Forum - 03-23-2012, 08:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB