How do I move WordPress to a new domain?
Последна промяна: 15.10.2025 09:03
To move WordPress to a new domain, follow these steps:
- Copy Files: Copy the domain folder via File Manager (https://uk.cloudlogin.co/filemanager/#/www).
- Create Database: Set up a new database in MySQL Databases (https://uk.cloudlogin.co/mysql/).
- Export/Import Database: Export the old database via phpMyAdmin (Export tab) and import it to the new database (Import tab).
- Update wp-config.php: Modify wp-config.php with new database details.
- Update URLs: Change site URLs in the database per https://wordpress.org/support/article/moving-wordpress/#changing-your-domain-name-and-urls and https://developer.wordpress.org/advanced-administration/upgrade/migrating/.