Hi John,
This is the fourth 2.x site I set live in this way. Before I did this with over 20 1.x sites.
The only thing I change when I get from my local server to the remote server is:
- the file upload folders
- the paths in ed_imageresizer
- comment this:
//$conf['submap'] = "ergo-advice";
//$config['site_url'] = "http://${_SERVER['HTTP_HOST']}/${conf['submap']}/";
//$config['server_path'] = "${_SERVER['DOCUMENT_ROOT']}/${conf['submap']}";
- uncomment this:
$config['site_url'] = "http://${_SERVER['HTTP_HOST']}/";
$config['server_path'] = "${_SERVER['DOCUMENT_ROOT']}";
This went well four times.
It went well for this site too, but suddenly after two weeks I could not login anymore.