6
When you migratate a xoops site, you should update some options in mainfile.php.
define('XOOPS_ROOT_PATH', '/path/to/xoosROOT');
define('XOOPS_PATH', '/path/to/xoops_lib');
define('XOOPS_VAR_PATH', '/path/to/xoops_data');
define('XOOPS_URL', 'http://mydomain_OR_ip');
xoops_lib and xoops_data (do not forget this directories) by default located in the root folder but it is recommended to move out of the root.
If there are changes to the database (host dbname user etc), the xoops_data/data/secure.php should be updated with these.
If this is a public site it is useful to give us a domain.
Costas