Connecting your domain to your OzSpeed Website Development project is a crucial step to make your website live and accessible to visitors using your custom domain (e.g., yourdomain.com). This process involves updating your domain’s DNS settings to point to your OzSpeed website. Here’s a comprehensive guide to help you connect your domain seamlessly.
Step 1: Choose a Domain #
You have two options for the domain you want to connect:
- Existing Domain: If you already have a domain registered with a service like GoDaddy, Namecheap, or Google Domains, you can connect it to your OzSpeed website.
- New Domain: If you haven’t purchased a domain yet, you can buy one directly through OzSpeed during the setup process.
Step 2: Log in to hPanel #
- Go to ozspeed.com.au and log in to your hPanel Dashboard using your credentials.
- Click on “My Websites” and select the website you want to connect to your domain.
Step 3: Access Domain Settings #
- Go to Domains > Domain Management in hPanel.
- Click on “Connect Domain” to start the process.
Method 1: Connect Your Domain Using Nameservers #
The simplest way to connect your domain to OzSpeed is by updating the nameservers at your domain registrar.
Step 1: Find OzSpeed Nameservers #
- In hPanel, go to Domains > DNS Settings.
- Copy the OzSpeed nameservers provided:
ns1.ozspeed.com.au
ns2.ozspeed.com.au
Step 2: Update Nameservers at Your Domain Registrar #
- Log in to your domain registrar (e.g., GoDaddy, Namecheap).
- Go to the DNS Management or Nameservers section.
- Choose the option to Use Custom Nameservers.
- Enter the OzSpeed nameservers (
ns1.ozspeed.com.au
andns2.ozspeed.com.au
). - Click Save to apply the changes.
Step 3: Wait for DNS Propagation #
- DNS changes can take up to 24-48 hours to fully propagate. During this time, your domain may not be accessible.
Tip: #
- Use a DNS checker tool (e.g., dnschecker.org) to monitor the propagation status.
Method 2: Connect Your Domain Using A Record #
If you prefer not to change your nameservers, you can connect your domain using an A record.
Step 1: Find the OzSpeed IP Address #
- In hPanel, go to Domains > DNS Settings.
- Copy the A record IP address provided by OzSpeed.
Step 2: Update the A Record at Your Domain Registrar #
- Log in to your domain registrar’s dashboard.
- Navigate to the DNS Management section.
- Locate the existing A record (usually named @) and update the IP address to the one provided by OzSpeed.
Example A Record:
Type | Name | Value | TTL |
---|---|---|---|
A | @ | 203.0.113.123 | 3600 |
- Click Save to apply the changes.
Step 3: Verify the Connection #
- Use a DNS lookup tool to ensure the A record points to the correct IP address.
Tip: #
- If you use a www subdomain (e.g., www.yourdomain.com), add a CNAME record pointing to your root domain (
yourdomain.com
).
Method 3: Connect a Subdomain Using CNAME Record #
If you want to connect a subdomain (e.g., blog.yourdomain.com) to your OzSpeed website, use a CNAME record.
Step 1: Add a CNAME Record #
- Log in to your domain registrar and go to the DNS Management section.
- Click Add New Record and select CNAME as the type.
- Enter the following details:
- Name: The subdomain (e.g., blog).
- Value: Your OzSpeed website address (e.g., yourwebsite.ozspeed.com).
- TTL: Set to 3600 (default).
Example CNAME Record:
Type | Name | Value | TTL |
---|---|---|---|
CNAME | blog | yourwebsite.ozspeed.com | 3600 |
- Click Save to update the record.
Step 2: Test the Subdomain #
- Visit the subdomain (e.g., blog.yourdomain.com) to ensure it connects correctly to your OzSpeed website.
Step 4: Enable SSL for Your Domain #
After connecting your domain, make sure to enable SSL to secure your website with HTTPS.
How to Enable SSL: #
- In hPanel, go to Security > SSL/TLS.
- Click “Enable SSL” for your connected domain.
- Wait for the SSL certificate to be issued and activated (this may take a few minutes).
Tip: #
- If your site shows a “Not Secure” warning, clear your browser cache or check the SSL settings in hPanel.
Step 5: Verify Your Domain Connection #
Once the DNS changes have propagated, verify that your domain is successfully connected to your OzSpeed website.
How to Verify: #
- Open your browser and visit your domain (e.g., yourdomain.com).
- Check that the website loads correctly and displays your OzSpeed website content.
- Use tools like Google Search Console or SSL Checker to confirm the domain is configured properly.
Troubleshooting Tips #
- Website Not Loading After DNS Update:
- Clear your DNS cache (
ipconfig /flushdns
on Windows orsudo dscacheutil -flushcache
on Mac). - Check for conflicting DNS records, such as multiple A records pointing to different IP addresses.
- Clear your DNS cache (
- “Server Not Found” Error:
- Ensure that the nameservers or A records have been updated correctly.
- Wait for DNS propagation, which can take up to 48 hours.
- SSL Certificate Error:
- Reissue the SSL certificate in hPanel under SSL/TLS Settings if it hasn’t been applied automatically.
- Subdomain Not Working:
- Verify the CNAME record setup and ensure there are no conflicting A records for the subdomain.
Additional Tips: #
- Monitor DNS Propagation: Use tools like WhatsMyDNS.net to track the status of your DNS changes.
- Enable Redirection: If you want to redirect traffic from www.yourdomain.com to yourdomain.com, set up a URL redirect in hPanel under Domains > Redirects.
- Contact Support for Assistance: If you encounter issues, reach out to OzSpeed Support for help with domain connection and DNS settings.