Overview This guide explains how to migrate a WordPress website from Namecheap to Neurax Host using a manual migration process.
Prerequisites β’ Active Namecheap hosting account β’ WordPress website hosted on Namecheap β’ Active Neurax hosting account β’ Access to the website domain
Phase 1: Export Website from Namecheap Step 1: Access cPanel
- Log in to your Namecheap account.
- Navigate to Hosting List.
- Click Go to cPanel for the hosting account. Expected Outcome The cPanel dashboard opens.
Step 2: Open File Manager
- Open File Manager.
- Navigate to: public_html Expected Outcome WordPress files become visible.
Step 3: Create Website Backup
- Select all files inside public_html.
- Click Compress.
- Create: backup.zip
- Download the ZIP file. Expected Outcome Website files are saved locally.
Step 4: Export Database
- Open phpMyAdmin.
- Select the WordPress database.
- Click Export.
- Choose: β’ Quick β’ SQL
- Click Go. Expected Outcome The database downloads locally. Example: database.sql
Step 5: Verify Downloaded Files Ensure you have: backup.zip database.sql
Phase 2: Import into Neurax Host
- Log in to Neurax cPanel.
- Open File Manager β public_html.
- Upload backup.zip.
- Extract the ZIP file.
- Create a MySQL database.
- Create a database user.
- Assign ALL PRIVILEGES.
- Import database.sql using phpMyAdmin.
- Update wp-config.php.
- Verify domain mapping.
- Update DNS if required.
- Enable SSL.
- Test the website.
Migration Complete Your WordPress website has now been successfully migrated from Namecheap to Neurax Host.