Hi All,
I’ve ready through several of these topics but none seem to be able to fix my problem.
I’ve just moved a website from a devleopment folder to the root directory to make it live.
moved from ‘/dev/’ to just ‘/’ which is the root directory.
I left the root directory index.php as is
$system_path = './cms';and I changed the config.php from
$config['cp_url'] = "http://www.mysite.com.au/dev/cms/index.php";to
$config['cp_url'] = "http://www.mysite.com.au/cms/index.php";and the baseurl
$config['base_url'] = "http://www.mysite.com.au/";instead of /dev/ on the end.
But I’m still getting the Error
“Your system folder path does not appear to be set correctly. Please open the following file and correct this: index.php”
Any ideas?
Running EE 2.1.3