Ciao, dovrebbe bastare solo modificare il file configuration.php, con i dati nuovi del server e del MySql, e caricare il DB MySql del sito che trasferisci
prendi ll tuo file configuration.php
Imposta i nuovi dai del DB MySql
$mosConfig_offline = '0';
$mosConfig_host = 'localhost'; // This is normally set to localhost
$mosConfig_user = ''; // MySQL username
$mosConfig_password = ''; // MySQL password
$mosConfig_db = ''; // MySQL database name
$mosConfig_dbprefix = 'jos_'; // Do not change unless you need to!
e poi cambia questi, con i dati nuovi del sito nuovo
$mosConfig_absolute_path = '/path/to/joomla/install'; // No trailing slash
$mosConfig_live_site = '
http://your_joomla_site.com'; // No trailing slash
$mosConfig_cachepath = '/path/to/joomla/install/cache';
Esporta il database del sito che devi trasferire e
poi carica il file del DB MySql sul sito nuovo
Ciao