![]() |
How to publish CI Site in live server? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: How to publish CI Site in live server? (/showthread.php?tid=62875) |
How to publish CI Site in live server? - saazan14 - 09-03-2015 I am a CI_user since about a week, i developed the static site in localhost using XAMMP and when i host the site the 404 not found error appears, please guide me the proper procedure to host the ci_site to live servers with sound settings and configs ![]() RE: How to publish CI Site in live server? - rtorralba - 09-03-2015 (09-03-2015, 08:41 PM)saazan14 Wrote: I am a CI_user since about a week, i developed the static site in localhost using XAMMP and when i host the site the 404 not found error appears, please guide me the proper procedure to host the ci_site to live servers with sound settings and configs This is only problem of your web server configuration, maybe of your virtual host settings, put a simple index.html page at web folder and when works try with codeignier project. RE: How to publish CI Site in live server? - InsiteFX - 09-04-2015 Some sites have the files under public or public_html. My site uses the public_html, so I put everything there except for the application and system folders. If you do this you need to change the path to those two folders in your index.php file. ../application and ../system Otherwise place all your files under the public or public_html folders. RE: How to publish CI Site in live server? - saazan14 - 09-06-2015 May i please ask you some notes or video link explaining the ci_site transferring from localhost to live server. Regards, |