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

base_url should be like this: http://www.xxxx.com/

system and application folder path : ../system ../application needs to be updated in your index.php file

index.php

PHP Code:
/*
 *---------------------------------------------------------------
 * SYSTEM FOLDER NAME
 *---------------------------------------------------------------
 *
 * This variable must contain the name of your "system" folder.
 * Include the path if the folder is not in the same directory
 * as this file.
 */
    
$system_path '../system';

/*
 *---------------------------------------------------------------
 * APPLICATION FOLDER NAME
 *---------------------------------------------------------------
 *
 * If you want this front controller to use a different "application"
 * folder than the default one you can set its name here. The folder
 * can also be renamed or relocated anywhere on your server. If
 * you do, use a full server path. For more info please see the user guide:
 * http://codeigniter.com/user_guide/general/managing_apps.html
 *
 * NO TRAILING SLASH!
 */
    
$application_folder '../application'
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: CodeIgniter project localhost to live server transfer - by InsiteFX - 04-30-2015, 10:56 PM



Theme © iAndrew 2016 - Forum software by © MyBB