Simple Set Up Of Codeigniter
- Download the latest zip file from www.codeigniter.com
- Then extract the zip file.
- Name the extracted file. I have named mysite.
- Copy the mysite folder to the root directory of your server.
- If you set up the server in your pc and the installed server is xampp then the directory will be ../xampp/htdocs/
- So after copy the site folder the directory will be.../xampp/htdocs/mysite
- Now go to your favorite browser.
- In the address bar type http://localhost/mysite.
- If you follow all the procedure then you will get default welcome page of Codeigniter.


Comments
Post a Comment