CodeIgniter Forums
CodeIgniter project localhost to live server transfer - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9)
+--- Thread: CodeIgniter project localhost to live server transfer (/showthread.php?tid=83098)



CodeIgniter project localhost to live server transfer - Nanrada Suwam - 09-19-2022

I want to transfer my CI project from localhost to a live server, so I copied all my project folders of CI to the public_html folder using FTP Client.
pg betflik


RE: CodeIgniter project localhost to live server transfer - adhafc - 10-14-2022

Check base_url value in your "config.php"
Check database settings in "database.php"
Check .htaccess file contents if you have defined it once
Check routes.php if you have defined any custom routes


RE: CodeIgniter project localhost to live server transfer - GrehnanSondra - 11-02-2022

Trying to move the codeigniter project from laptop server to live server. Uploaded the files in Public_HTML and I modified the config.php, base_url, .htaccess as needed and also upgrade the Database... when i run project default controller called correctly when other controller can not call this message show 404 Page Not Found. config.php and .htaccess files update as correct information. This same project run successfully on Local or Desktop server but produce Error on live server 404 Page Not Found home controller (default controller) call but other controller not call.


RE: CodeIgniter project localhost to live server transfer - BobbyTanomred - 11-04-2022

Have you removed index.php from url? Try to access another controller like this.

<domain>/index.php/<controllername>