CodeIgniter Forums
first controlloer - 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: first controlloer (/showthread.php?tid=46768)



first controlloer - El Forum - 11-14-2011

[eluser]justdo[/eluser]
CodeIgniter at a Glance says CI has a Friendly Community of Users. so here
it goes.

Trying out the first controller helloworld and I keep getting the
domain.com/index.php I have reviewed five threads related to this and as
best as I can see I have adhered to /user_guide/general/urls.html How did I
screw it up as I keep getting the domain.com/index.php

CI has been located in domain.com/CI/
application & system folders have been located above web root

/home/username/public_html/ci/index.php has variables
defined


Code:
line 59: $system_path = '/home/username/system';
line 75: $application_folder = '/home/username/application';
line 22: define('ENVIRONMENT', 'development');


/home/username/application/config/config.php has been
defind