Step 1: Prepare for the Migration #
- Backup Your Website: Before starting the migration, create a full backup of your current website files and database. You can use your current host’s backup tool or manually download files via FTP and export the database using phpMyAdmin.
- Note Down Your Configuration Details: Take note of your website configuration settings, including the database name, username, password, and any special configurations.
Step 2: Purchase a Hosting Plan on OzSpeed #
- Visit ozspeed.com.au and log in to your account.
- Choose an appropriate hosting plan (e.g., Starter Plan, Smart Biz Plan) and complete the purchase.
- Once the plan is active, log in to your hPanel Dashboard.
Step 3: Upload Website Files to OzSpeed #
- In hPanel, go to the File Manager.
- Navigate to the public_html directory.
- Upload your website files (e.g., HTML, PHP, CSS, JavaScript files) to the public_html folder.
- You can also use an FTP client like FileZilla for faster uploads. Use your FTP credentials found in hPanel.
Step 4: Import Your Database #
- In hPanel, click on the “Databases” tab and create a new MySQL database.
- Enter the database name, username, and password.
- Click “Create” and note down the details.
- Open phpMyAdmin from hPanel.
- Click on the newly created database and go to the “Import” tab.
- Click “Choose File” and select your .sql database backup file.
- Click “Go” to start the import process.
Step 5: Update Website Configuration #
- In the File Manager, open your website’s configuration file (e.g., wp-config.php for WordPress, config.php for custom sites).
- Update the database connection details with the new database information:
phpCopy codedefine('DB_NAME', 'your_database_name');
define('DB_USER', 'your_username');
define('DB_PASSWORD', 'your_password');
define('DB_HOST', 'localhost');
- Save the changes and close the file.
Step 6: Point Your Domain to OzSpeed #
- Log in to your domain registrar (e.g., GoDaddy, Namecheap).
- Update your domain’s nameservers to point to OzSpeed:
- Primary Nameserver:
ns1.ozspeed.com.au
- Secondary Nameserver:
ns2.ozspeed.com.au
- Primary Nameserver:
- Save the changes and allow up to 48 hours for DNS propagation.
Step 7: Test Your Website #
- Visit your domain in a web browser to ensure your website is loading correctly.
- Check all pages, images, and forms to verify they are working as expected.
- Clear your browser cache or use Incognito Mode if you don’t see the updated site immediately.
Step 8: Enable SSL and Security Features #
- Go to the Security section in hPanel and click “Enable SSL” to activate an SSL certificate for secure HTTPS connections.
- Enable DDoS protection and configure the firewall settings for enhanced security.
Step 9: Monitor and Optimize Your Website #
- Use the Performance tab in hPanel to enable caching and CDN for faster loading times.
- Monitor your website’s traffic and server performance using the Analytics section in hPanel.
Additional Tips: #
- Regular Backups: Set up automatic backups in hPanel to protect your data.
- Test Thoroughly: Ensure all functionalities, including forms, login pages, and e-commerce features, work correctly after migration.
- Contact Support: If you encounter any issues during migration, reach out to OzSpeed Support for assistance via the Support Center.