Sometimes you might have a need to copy the whole website including settings and data to a new hosting server. Here is the set of instructions how to do this.
The very first step is to copy all your files from your CMS pro location to a new server. There are several ways to do that:
Note: you can remove all the files from your cache/ directory as they are not needed for the new server and they will be generated dynamically.
The second step is to transfer your MySQL database. You can do that in your hosting phpMyAdmin. Simply make a full backup of your CMS pro database and import it in your new website database.
After you do the steps described above you should make the final changes:
That's all. Open your website in your browser - it should work fine.