rajeshkr Posted June 23, 2014 Share Posted June 23, 2014 Hi, I am just start using code igniter and i donot have much knowledge of it. I recently get a project to view built in codeigniter. i put this folder in www of wamp and start execution. first i got error related phpadmin i solved that but now i could not able to go further of this page message. "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: application/views/welcome_message.php The corresponding controller for this page is found at: application/controllers/welcome.php If you are exploring CodeIgniter for the very first time, you should start by reading the User Guide. ". I just want to know how to come out of this and start viewing my website pages. Thanks rkrathor Quote Link to comment https://forums.phpfreaks.com/topic/289253-how-to-run-my-project-using-codeigniter/ Share on other sites More sharing options...
trq Posted June 23, 2014 Share Posted June 23, 2014 I am just start using code igniter Why would you do that? As a framework it is an abomination. As a project, it is dying a slow and painful death. Move on, nothing to see here. I just want to know how to come out of this and start viewing my website pages. They are the website pages. Quote Link to comment https://forums.phpfreaks.com/topic/289253-how-to-run-my-project-using-codeigniter/#findComment-1483061 Share on other sites More sharing options...
WebOutGateway Posted July 7, 2014 Share Posted July 7, 2014 Hi, rajeshkr! That is the default page being displayed the first time you created a project. You should go to application -> config ->routes.php and change $route['default_controller'] = "home"; where "home" is the name of your controller. I hope this helps. Thank you. Quote Link to comment https://forums.phpfreaks.com/topic/289253-how-to-run-my-project-using-codeigniter/#findComment-1484082 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.