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

(04-30-2015, 10:56 PM)InsiteFX Wrote: 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'

Ya bro did the same ! Sad
Reply


Messages In This Thread
RE: CodeIgniter project localhost to live server transfer - by s4dman - 05-01-2015, 05:15 AM



Theme © iAndrew 2016 - Forum software by © MyBB