Thanks! As I understand only inc/header.inc.php has to be modified.
I guess you mean to change:
$site['url'] = "http://localhost/v7 to my prod domain site
$dir['root'] = "C:/webserver/apache2.2.15/htdocs/v7 to the hosting directory
$MOGRIFY = "c:/webserver/ImageMagick6/mogrify";
$CONVERT = "c:/webserver/ImageMagick6/convert";
$COMPOSITE = "c:/webserver/ImageMagick6/composite";
$PHPBIN = "c:/webserver/php";
$db['host'] = 'localhost';
$db['sock'] = '';
$db['port'] = '3306';
$db['user'] = 'myuser';
$db['passwd'] = 'mypass';
$db['db'] = 'v7db';
Is there a way to have one time include in the php and save all these in external file ONCE??? or if this is the only file not to include it in the movement?