...
How to migrate your website from a2 hosting to rad web hosting
Learn how to migrate your website from a2 hosting to rad web hosting!

This guide demonstrates how to migrate your website from A2 Hosting to Rad Web Hosting.

Migrating your website from A2 Hosting to Rad Web Hosting is a straightforward process when completed in the correct order. This guide walks you through each step, including backing up your website, moving files and databases, updating DNS, migrating email, testing the site, and completing the final cutover.

Note: Rad Web Hosting provides free migration services included with the purchase of certain services. For more information, see: Free Migration Service.

Migrating a website from one hosting provider to another can seem daunting, especially if you’re moving from a provider like A2 Hosting to a well-established provider, such as Rad Web Hosting. However, with a structured approach, migrating your website from A2 Hosting to Rad Web Hosting is a straightforward process when completed in the correct order. This guide walks you through each step, including backing up your website, moving files and databases, updating DNS, migrating email, testing the site, and completing the final cutover.

How to Migrate Your Website From A2 Hosting to Rad Web Hosting

To migrate your website from A2 Hosting to Rad Web Hosting, follow the steps below:

  1. Review Your Current A2 Hosting Hosting Setup

    Before you migrate your website from A2 Hosting to Rad Web Hosting, log in to your A2 Hosting account and collect the following information:

    • Domain name
    • Hosting type
    • Website platform, such as WordPress, HTML, PHP, or another CMS
    • Database details, if applicable
    • Email accounts currently hosted with A2 Hosting
    • DNS records
    • SSL certificate status
    • Any cron jobs, redirects, or custom server settings

    This helps prevent missed services during the migration.

  2. Purchase or Prepare Your Rad Web Hosting Account

    Choose the Rad Web Hosting plan that matches your website requirements.

    Consider:

    • Disk space
    • Monthly bandwidth
    • Number of websites
    • Email hosting needs
    • Database support
    • Control panel access
    • SSL availability
    • Backup requirements

    After your hosting account is activated, save your welcome email. It usually includes:

    • Server hostname
    • cPanel or control panel login
    • FTP/SFTP details
    • Nameservers
    • Temporary URL or server IP
    • Email setup information
  3. Lower Your DNS TTL Before Migration

    Before changing nameservers or DNS records, reduce the TTL value for your domain’s DNS records inside A2 Hosting.

    A lower TTL helps DNS changes propagate faster when you are ready to switch traffic to Rad Web Hosting.

    Recommended TTL:

    • 300 seconds, or 5 minutes

    Do this at least several hours before the final migration when possible.

  4. Back Up Your Website Files From A2 Hosting

    Log in to your A2 Hosting control panel or FTP account and download a complete copy of your website files.

    Common website directories include:

    • public_html
    • www
    • htdocs
    • The folder assigned to your domain

    For WordPress sites, make sure you download:

    • wp-content
    • wp-config.php
    • .htaccess
    • Theme files
    • Plugin files
    • Uploads folder

    Keep the backup stored safely on your computer.

  5. Export Your Website Database

    If your website uses WordPress, Joomla, Drupal, Magento, Laravel, or another database-driven application, export the database from A2 Hosting.

    Usually this is done through phpMyAdmin.

    Steps:

    1. Log in to A2 Hosting hosting.
    2. Open phpMyAdmin.
    3. Select the correct database.
    4. Click Export.
    5. Choose Quick or Custom export.
    6. Select SQL format.
    7. Download the .sql file.

    Save this database file with your website backup.

  6. Create the Website Account or Domain in Rad Web Hosting

    Log in to your cPanel account at Rad Web Hosting.

    Depending on your hosting plan, add the domain as:

    • Primary domain
    • Addon domain
    • Parked domain
    • Subdomain

    Make sure the correct document root is created.

    Example:

    /home/username/public_html/
    

    or

    /home/username/example.com/
    
  7. Upload Your Website Files to Rad Web Hosting

    Use File Manager, FTP, or SFTP to upload your website files to the correct directory on your Rad Web Hosting account.

    Recommended options:

    • cPanel File Manager for smaller websites
    • FTP/SFTP for larger websites
    • SSH/SCP for advanced users

    After uploading, confirm that important files are present, such as:

    • index.php
    • index.html
    • .htaccess
    • wp-config.php
    • wp-content
  8. Create a New Database at Rad Web Hosting

    For database-driven websites, create a new database in your Rad Web Hosting control panel.

    Steps:

    1. Open MySQL Databases.
    2. Create a new database.
    3. Create a database user.
    4. Assign the user to the database.
    5. Grant all required privileges.

    Save the following details:

    • Database name
    • Database username
    • Database password
    • Database host, usually localhost
  9. Import Your Database

    Open phpMyAdmin in your Rad Web Hosting control panel.

    Then:

    1. Select the new database.
    2. Click Import.
    3. Upload the .sql file exported from A2 Hosting.
    4. Start the import.
    5. Confirm that the tables were created successfully.

    For large databases, contact Rad Web Hosting support if the file exceeds upload limits.

  10. Update Website Configuration Files

    Update your website configuration to use the new Rad Web Hosting database details.

    For WordPress, edit wp-config.php:

    define('DB_NAME', 'new_database_name');
    define('DB_USER', 'new_database_user');
    define('DB_PASSWORD', 'new_database_password');
    define('DB_HOST', 'localhost');
    

    For other platforms, update the relevant configuration file, such as:

    • .env
    • configuration.php
    • settings.php
    • config.php
  11. Test the Website Before Updating DNS

    Before pointing your live domain to Rad Web Hosting, test the migrated website.

    You can test using:

    • Temporary URL
    • Preview URL
    • Hosts file modification
    • Staging domain
    • Server IP preview, if available

    Check:

    • Homepage
    • Inner pages
    • Contact forms
    • Login pages
    • Shopping cart
    • Checkout
    • Images
    • CSS and JavaScript
    • Admin dashboard
    • Plugins or extensions
    • Database-driven features

    Fix any errors before switching DNS.

  12. Migrate Email Accounts

    If your email is hosted at A2 Hosting, recreate the same email addresses at Rad Web Hosting before changing DNS.

    Examples:

    • info@example.com
    • support@example.com
    • sales@example.com

    Then migrate existing email using one of these methods:

    • IMAP sync
    • Email client copy
    • Webmail export/import
    • Third-party migration tool

    Also save current email settings from A2 Hosting, including:

    • Existing mailboxes
    • Forwarders
    • Autoresponders
    • Spam filters
    • MX records
    • SPF, DKIM, and DMARC records
  13. Update DNS Records

    When the website is fully tested, update the DNS to point to Rad Web Hosting.

    You may do this by either:

    Option 1: Change Nameservers

    Update the domain’s nameservers at A2 Hosting to the Rad Web Hosting nameservers.

    This allows Rad Web Hosting to manage your DNS zone.

    Option 2: Update Individual DNS Records

    Keep DNS hosted at A2 Hosting and update records manually.

    Common records to update include:

    A record
    CNAME record
    MX records
    TXT records
    SPF
    DKIM
    DMARC

    For most hosting migrations, changing nameservers is simpler. For complex email or third-party services, updating individual DNS records may be safer.

  14. Install or Reissue SSL Certificate

    After DNS points to Rad Web Hosting, install an SSL certificate.

    In most cases, SSL can be issued from the hosting control panel.

    After installation, confirm that:

    • https://example.com works
    • https://www.example.com works
    • HTTP redirects to HTTPS
    • There are no mixed-content warnings

    For WordPress, update the site URL if needed.

  15. Test the Live Website After DNS Propagation

    Once DNS begins resolving to Rad Web Hosting, test the live website again.

    Check:

    • Website loads correctly
    • SSL is active
    • Forms submit properly
    • Admin login works
    • Email sends and receives
    • Images display correctly
    • Redirects work
    • No broken links appear
    • Checkout or payment pages work, if applicable

    Use multiple devices and networks when possible.

  16. Monitor the Website

    For the next 24 to 48 hours, monitor the website closely.

    Watch for:

    • DNS propagation issues
    • Missing files
    • Broken database connections
    • Email delivery problems
    • SSL errors
    • Contact form failures
    • 404 errors
    • Slow-loading pages

    Keep the old A2 Hosting account active during this period in case you need to retrieve missing data.

  17. Cancel A2 Hosting After Verification

    Do not cancel A2 Hosting immediately after switching DNS.

    Wait until you have confirmed that:

    • Website traffic is going to Rad Web Hosting
    • Email is working
    • All files were migrated
    • All databases were migrated
    • Backups are safely stored
    • No services are still dependent on A2 Hosting

    Once everything is verified, you may cancel the old A2 Hosting hosting plan.

    Do not cancel the domain registration unless you are transferring the domain itself.

  18. Optional: Transfer Your Domain From A2 Hosting to Rad Web Hosting

    Website migration and domain transfer are separate tasks.

    You can host your website with Rad Web Hosting while keeping your domain registered at A2 Hosting. However, transferring your domain to Rad Web Hosting can greatly simplify administrative tasks by consolidating the hosting and domain management within Rad Web Hosting’s convenient Hosting Dashboard. Additionally, having both your domain and hosting account at Rad Web Hosting allows support technicians to offer more comprehensive and concise support, reducing the effort and time required to resolve any support tasks.

    If you also want to transfer the domain registration:

    1. Unlock the domain at A2 Hosting.
    2. Confirm domain contact email access.
    3. Request the authorization code.
    4. Start the domain transfer with Rad Web Hosting.
    5. Approve the transfer email.
    6. Wait for the transfer to complete.

    Domain transfers can take several days, but your website can remain online during the process if DNS is configured correctly

Final Migration Checklist

Before considering the migration complete, confirm the following:

  • Website files uploaded
  • Database imported
  • Configuration updated
  • DNS updated
  • SSL installed
  • Email accounts recreated
  • Email tested
  • Forms tested
  • Admin login tested
  • Backups saved
  • A2 Hosting kept active temporarily
  • Website monitored after launch

Need Help Migrating From A2 Hosting?

Rad Web Hosting can help make your website migration easier. Whether you are moving a WordPress site, business website, email accounts, or a full hosting environment, our team can assist with transferring your website from A2 Hosting to Rad Web Hosting with minimal downtime.

Conclusion

You now know how to migrate your website from A2 Hosting to Rad Web Hosting.

✅ Easy Website Management with cPanel Support

Running a business is hard enough — managing your website shouldn’t be. That’s why we include full cPanel support with every hosting plan:

  • Simple Dashboard – No tech skills needed. Easily manage your website, emails, and more from one place.
  • Quick App Installs – Launch WordPress, shopping carts, or other tools with just one click.
  • Professional Email – Create business email addresses (like you@yourbusiness.com) in minutes.
  • Reliable Backups – Keep your website safe with easy-to-use backup and restore options.
  • Secure & Protected – Manage your site’s security and SSL certificates with built-in tools.
  • Real Help, AnytimeOur expert support team is available 24/7 for anything you need.

💬 What Our Customers Say

“I have had nothing but good experiences with Rad Web Hosting. The staff is there to help you to make sure that you stay online and I haven't had any downtime with my server in the time I have been with Rad Web Hosting and I have had my server for over two years.”

— Janice L., Owner of RJGM

🏆 Trusted by Small Business Owners Nationwide

Trust badges: 99. 9% uptime | 24/7 support | secure hosting | money-back guarantee

🚀 Get Started Today

Take the stress out of website management. With cPanel support and expert help just a click away, you can focus on what matters most — growing your business.

Choose Your Plan Now

Avatar of editorial staff

Editorial Staff

Rad Web Hosting is a leading provider of web hosting, Cloud VPS, and Dedicated Servers in Dallas, TX.
lg