default_controller help |
[eluser]jordanarseno[/eluser]
From my understanding, the default controller is loaded when no controller is specified. e.g. After pointing your browser to http://localhost/Project/index.php/, CodeIgniter will redirect you to the default controller, say - main, http://localhost/Project/index.php/main. But what If I want the default controller to be http://localhost/Project/index.php/ itself? I want my home page to be displayed at http://localhost/Project/index.php/ How do I configure CI to do this? I will remove the index.php with the .htaccess file later. |
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
|