Elxis CMS Forum

Support => General => Topic started by: c8620p on April 16, 2007, 00:00:33

Title: BackUp entire site
Post by: c8620p on April 16, 2007, 00:00:33
I've download the entire site to work it offline.
I transfered the MySQL database make the arrangements about the user, ok.
Ihave problem with the forum database but I think it has to do with the encoding (utf-8), I'll see about it later.
The question is:
The site in the server is under "public_html" directory.
When I download it do I have to create the same directory in my local server or what else?
Thanks
Title: Re: BackUp entire site
Post by: Ivan Trebješanin on April 16, 2007, 00:05:28
no, you don't, just make changes accordingly to config.php. And DB name...
Title: Re: BackUp entire site
Post by: CREATIVE Options on April 16, 2007, 11:04:26
Your backup of files must be placed at the root folder.
To your website you have to edit some lines at the configuration file.

Code: [Select]
$mosConfig_host = '';
$mosConfig_user = '';
$mosConfig_password = '';
$mosConfig_db = '';
$mosConfig_absolute_path = '';
$mosConfig_live_site = '';

And if you are used to editing a MySQL local, edit the absolute paths for you new website.
Title: Re: BackUp entire site
Post by: c8620p on April 17, 2007, 03:14:04
I 'll try to make it so.
Thanks
Title: Re: BackUp entire site
Post by: datahell on May 20, 2007, 15:06:23
If you have a root account check this:

Full Elxis Backup/Restore (https://forum.elxis.org/index.php?topic=975.0)