CodeIgniter Forums
HELP IN CI INSTALLATION - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: HELP IN CI INSTALLATION (/showthread.php?tid=14917)



HELP IN CI INSTALLATION - El Forum - 01-20-2009

[eluser]Unknown[/eluser]

I've modified the database.php and config.php files correctly.
But after that every time I'm getting the same page "Welcome to CodeIgniter!", nothing new.

I'm using:
----------------
1. Apache 2.0
2. Windows OS

How does I can install CI properly ? Please help me.




HELP IN CI INSTALLATION - El Forum - 01-20-2009

[eluser]cahva[/eluser]
Well that tells me that the installation is working Smile Have you added any new controllers to and tested them? Or are you saying that you get the welcome page in every page?


HELP IN CI INSTALLATION - El Forum - 01-20-2009

[eluser]Tri Dang[/eluser]
[quote author="Puja Ray" date="1232486670"]
I've modified the database.php and config.php files correctly.
But after that every time I'm getting the same page "Welcome to CodeIgniter!", nothing new.
[/quote]
Hi,

What changes have you made in these 2 files? Did you load the database library in your code yet?


HELP IN CI INSTALLATION - El Forum - 01-20-2009

[eluser]bitist[/eluser]
Probably you haven't created any other controller. By default CI comes with 1 controller the default controller, which is the welcome controller.


HELP IN CI INSTALLATION - El Forum - 01-20-2009

[eluser]Michael Wales[/eluser]
In other words - CodeIgniter is a framework that makes it easier for you to create your own web-based applications. Without doing anything, the framework will obviously... not do anything.

People posting these questions usually believe CodeIgniter is some form of CMS or expect to see a point-and-click application studio or something.