Page 1 of 1

How to shift a phpwcms website to a new server

Posted: Sat 8. Oct 2011, 07:00
by Kavitha
Can anyone tell me what all is needed to shifta phpwcms website to a new server?
How do I download the necessary backup?
Thanks in Advance

Re: How to shift a phpwcms website to a new server

Posted: Sat 8. Oct 2011, 09:31
by flip-flop
Hi,

phpwcms is a completely relocatable system and therefore it can be easily transported to another server.

1. Download all files and folders from the account via ftp.
2. Upload all these files and directories to the new account.
3. Export your database via mysqladmin (old account).
4. Create a new database (new account) and pay attention to the proper collation and charset.
5. Import the database via mysqladmin (new account).
6. Adjusting the file and folder rights (new account).
7. Change the entries for the new database in the file conf.inc.php.
8. if there is a new Domain or folder, change the entries for this in the file conf.inc.php too.

Knut