default_controller help |
[eluser]WanWizard[/eluser]
http://localhost/Project/index.php/ is not a controller, so how can it be the default controller? The whole idea behind the default controller is what to do when someone requests the website root (so no URI is present). Normally that's the controller that displays your landing page. Note that it does NOT redirect, it just loads. The URI remains unchanged. |
Messages In This Thread |
default_controller help - by El Forum - 11-05-2010, 04:23 PM
default_controller help - by El Forum - 11-05-2010, 04:37 PM
default_controller help - by El Forum - 11-05-2010, 05:29 PM
|