Moving Your WordPress Site to SillyHost
Migrating your WordPress site from another hosting provider to SillyHost can be done with minimal downtime using several methods. We recommend the plugin method for most users.
Method 1: Using All-in-One WP Migration (Easiest)
- On your old host, install the All-in-One WP Migration plugin.
- Go to All-in-One WP Migration > Export and choose File as the export method.
- Download the exported
.wpressfile to your computer. - On your SillyHost account, install WordPress using Softaculous.
- Install the All-in-One WP Migration plugin on the new installation.
- Go to All-in-One WP Migration > Import and upload the
.wpressfile. - Follow the prompts to complete the import. Log in with your old site's credentials after import.
Method 2: Using Duplicator
- On your old host, install the Duplicator plugin.
- Create a new Package — this bundles your entire site into a zip file with an installer script.
- Download the archive.zip and installer.php files.
- Upload both files to your SillyHost public_html directory using File Manager or FTP.
- Create a new empty database in cPanel under MySQL Databases.
- Navigate to
yourdomain.co.uk/installer.phpin your browser and follow the wizard to connect the database and complete the migration. - Delete the installer files after migration is complete for security.
Method 3: Manual Migration
- Export your database from the old host using phpMyAdmin.
- Download all WordPress files from the old host via FTP.
- Upload the files to SillyHost using FTP or File Manager.
- Create a new database and user in cPanel, then import the database via phpMyAdmin.
- Update
wp-config.phpwith the new database name, username, and password.
After Migration
- Update your domain's DNS to point to SillyHost's nameservers.
- Test your site thoroughly before changing DNS to avoid downtime. You can preview using a temporary URL or by editing your local hosts file.
- Check permalinks — go to Settings > Permalinks and click Save Changes.
- Verify all images and media files loaded correctly.
- Update any hardcoded URLs using the Better Search Replace plugin if your domain changed.