CodeIgniter Forums
basic doubts in codeigniter - 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: basic doubts in codeigniter (/showthread.php?tid=1757)



basic doubts in codeigniter - El Forum - 06-25-2007

[eluser]maddy_ssn[/eluser]
hi 2 everyone.i am new 2 codeigniter so please guide me to open codeigniter i can't get the index.php page.anyone explain how 2 implement and run the codeigniter.

Maddy


basic doubts in codeigniter - El Forum - 06-25-2007

[eluser]woopsicle[/eluser]
have you looked at this? http://www.ellislab.com/codeigniter/user-guide/installation/index.html

basically extract the codeigniter files to a web directory, set the url in config.php and then navigate to http://www.mysite.com/index.php to view the default page.

from there you can go about building your website.


basic doubts in codeigniter - El Forum - 06-25-2007

[eluser]LittleBop[/eluser]
Hi,

you can view video tutorials too, they are usefull.

++


basic doubts in codeigniter - El Forum - 06-25-2007

[eluser]maddy_ssn[/eluser]
thank u 4 ur guide.i changed my url like this
$config['base_url'] = "http://localhost/CodeIgniter/";
but its not working?


basic doubts in codeigniter - El Forum - 06-25-2007

[eluser]woopsicle[/eluser]
so you extracted the archive to /www/codeigniter/ ?? (by www i mean the web directory.. usually www or public_html). this would mean you have /www/codeigniter/system for example.

when you say it doesnt work.. what is the error?


if you just want to test it out and get something working.. extract to www/ (e.g. www/system etc etc ) and then set the base url to 'http://localhost' and then go to http://localhost/index.php in your web browser.

this assumes your web server is all set up properly ofcourse - with php installed.


basic doubts in codeigniter - El Forum - 06-26-2007

[eluser]maddy_ssn[/eluser]
thank u .now i am working in codeigniter very comfortably.