AFirst open up confing/config.php for codeIgniter base folder and set as follows:
$system_path = 'core';
$application_folder = 'app';
and finally change both folders name as above.
BFirst open up index.php from codeIgniter base directory and set as follows:
$system_path = 'core';
$application_folder = 'app';
and finally change both folders name as above.
CFirst open up confing/constants.php for codeIgniter base folder and set as follows:
$system_path = 'core';
$application_folder = 'app';
and finally change both folders name as above.
DNone