To transfer your website from a server (or a local computer) to a web hosting via ISPmanager do the following steps:
To migrate yout site from to a new hosting, first you need to add a new domain name. Here is the guide on how to do it: How to add a new domain to hosting?
You will also need access via. ftp. Here is the guide: How to create a new FTP account?
Then connect to the hosting through ftp and upload your site to this directory /www/your_domain_name/.
Then you will need to enter the hosting via ISPmanager and create database with the name indicated in your scripts. Here is the guide: How to create a database?
Then you will need to export and import a database from a server a local computer to the hosting. Make the following steps:
Export database:
- Go to the main page of PHPMyAdmin.
- Select database for export.
- Select “Export” in the top menu.
- On the next page, put the radio switch on “SQL”, and then click “ОК”.
Import database:
- Go to the main page of PHPMyAdmin.
- Before importing your SQL-request, select data base where to import. If there is no database, it must be created.
- Select “Import” in the top menu.
- Select exported database and click “OK”.