CodeIgniter Forums
Installation guidence plz... - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Installation guidence plz... (/showthread.php?tid=26192)



Installation guidence plz... - El Forum - 01-08-2010

[eluser]chithu[/eluser]
hi, just now i installed the codeigniter to my system. i use the folder name as test_c. i created db also. i updated config as well as database also. i renamed the 'system' folder as 'new'. i also rename this folder name in index.php also. if i run http://localhost:81/test_c/, then the following content load.

Quote:Welcome to CodeIgniter!

The page you are looking at is being generated dynamically by CodeIgniter.

If you would like to edit this page you'll find it located at:
system/application/views/welcome_message.php

The corresponding controller for this page is found at:
system/application/controllers/welcome.php

If you are exploring CodeIgniter for the very first time, you should start by reading the User Guide.

Page rendered in 0.0215 seconds

how did i run this fully? and how to use this codeigniter. kindly give your advice to me plz anybody. thanks.


Installation guidence plz... - El Forum - 01-08-2010

[eluser]colorfingers[/eluser]
There is a line in your route.php, $route['default_controller'] = "welcome";

Change this to the controller that you wish to be your default. There is a controller called "Welcome.php" which directs your request.

Hope this answers your question,

Bob ?;O)


Installation guidence plz... - El Forum - 01-08-2010

[eluser]chithu[/eluser]
thanks for your meaningful response. i really try it. it works. thanks.