I moved a site from the domain to a subdomain. I am getting
The system path does not appear to be set correctly. Please open your path.php file and correct the path.
I have checked the path.php file and the path is:
$system_path = "./removedsystemfolder/";I have double checked the config file and all seem well there.
I have added:
$conf['cookie_domain'] = "";
$conf['cookie_path'] = "";
$conf['cookie_prefix'] = "";
$conf['admin_session_type'] = "c";all to no avail.
Can someone please help?