Re-uploaded EE2 files and checked file names are in the correct format.
I’ve got a bit further now, I can start running the “ExpressionEngine Installation and Update Wizard”, but get this error:
The following error occurred:
Your config.php file is unreadable. Please make sure the file exists and that the file permissions to 666 (or the equivalent write permissions for your server) on the following file: expressionengine/config/config.php
I’ve double-checked system/expressionengine/config/config.php has permissions set to 666
Not sure if this is correct, but in ‘config.php’ I’ve changed the following to match the new domain name, database name & password (these have all changed as I’ve moved the site to a new server/domain name):
$conf[‘db_hostname’] = “my-hostname-here”;
$conf[‘db_username’] = “my-database-user-name-here”;
$conf[‘db_password’] = “my-database-password-here”;
$conf[‘system_folder’] = “system”;
$conf[‘cp_url’] = “http://www.my-new-domain.com/system/index.php”;
...is the right thing to do?