Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter project localhost to live server transfer
#1

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
Reply
#2

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
Reply
#3

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.
Reply
#4

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

<domain>/index.php/<controllername>
Reply




Theme © iAndrew 2016 - Forum software by © MyBB