![]() |
code ignitor setup - 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: code ignitor setup (/showthread.php?tid=35530) |
code ignitor setup - El Forum - 11-02-2010 [eluser]diasansley[/eluser] hi im new to codeignitor but not to php. my question is how do i install it!!! which is my web server. previously i was using xampp!! please suggest. code ignitor setup - El Forum - 11-02-2010 [eluser]Vheissu[/eluser] Read the user guide: http://ellislab.com/codeigniter/user-guide/installation/index.html - explains all you need to know and everything else you want to know. code ignitor setup - El Forum - 11-02-2010 [eluser]chrotto[/eluser] Hi! I am frustated. After getting throw the introduction and have find this very intresting. But I can not start the aplication! I have followed the instructions but can not go beyond the welcome-page. When I click the user-guid link the link is brooken. I am using xampp. Please help. code ignitor setup - El Forum - 11-02-2010 [eluser]InsiteFX[/eluser] What user-guid link are you talking about? Did you set the system and application folders in index.php ? Did you set the base_url in application/config/config.php ? If you change the default welcome controller then you need to change it in application/config/routes.php to the correct controller. InsiteFX code ignitor setup - El Forum - 11-02-2010 [eluser]lianpeng[/eluser] Very nice post. This will help possible client to get a quality person. cheap uggs and wedding dresses and jordan shoes sale code ignitor setup - El Forum - 11-03-2010 [eluser]chrotto[/eluser] What user-guid link are you talking about? http://ellislab.com/codeigniter/user-guide/installation/index.html Did you set the system and application folders in index.php ? No, this is not in the installationguide. I have done the installation in the root directory in xampp (c:\xampp\xampp\htdocs\). I now look in the index.php: $system_folder = "system"; $application_folder = "application"; The application folder was delivered in the systemfolder so this is wrong. Shall I move the application folder or change the settings in the indexfile? Did you set the base_url in application/config/config.php ? Yes, but in system/application/config/config.php $config['localhost'] = "http://localhost/"; Hopfully this lead to a sollution. code ignitor setup - El Forum - 11-04-2010 [eluser]chrotto[/eluser] Must have miss speld something. It is now working. |