relocating joomla to a new host - Joomla! Forum - community, help and support
hello there.
i know, how relocate joomla site new host?
replies appreciated.
thanks
i know, how relocate joomla site new host?
replies appreciated.
thanks
i found somewhere on forum, forgot where, edited bit:
1. copy existing files new server location (ftp)
2. introduce existing database new mysql server (you need dump of existing database, try jombackup mambot, use phpmyadmin restore db on new server)
3. edit configuration.php file (in root of application) reflect new values:
$mosconfig_user = 'username database';
$mosconfig_password = 'password database';
$mosconfig_db = 'database_name';
$mosconfig_absolute_path = '/home/newjoomla/public_html';
$mosconfig_live_site = 'http://www.yourdomain.com';
$mosconfig_cachepath = '/home/newjoomla/public_html /cache';
that should it... i'm not absolutely sure though...
1. copy existing files new server location (ftp)
2. introduce existing database new mysql server (you need dump of existing database, try jombackup mambot, use phpmyadmin restore db on new server)
3. edit configuration.php file (in root of application) reflect new values:
$mosconfig_user = 'username database';
$mosconfig_password = 'password database';
$mosconfig_db = 'database_name';
$mosconfig_absolute_path = '/home/newjoomla/public_html';
$mosconfig_live_site = 'http://www.yourdomain.com';
$mosconfig_cachepath = '/home/newjoomla/public_html /cache';
that should it... i'm not absolutely sure though...
Comments
Post a Comment