TaxBandits Knowledge Base
Have questions? We've got you covered!How do I create a CNAME record for BanditConnect in DNS with my hosting provider?
Our BanditConnect feature allows you to create your own branded URL (taxes.example.com) rather than TaxBandits URLs (clients_002asc.biztaxconnect.com) to provide a more customized branded portal to your clients.
To use the customized URL, you need to create a CNAME record in your domain host’s settings.
What is a CNAME Record?
A CNAME (canonical name) record is a type of resource record in the Domain Name System (DNS) that maps one domain name (alias) to another domain name (primary domain).
If you manage multiple services using different subdomains, you must create a CNAME record in your DNS settings to direct the alias URL to the primary URL. Once the record is created, the alias domain functions as a reference to the primary domain.
For instance, if your primary URL is example.com, a common alias would be www.example.com.
To ensure www.example.com points to example.com, you would need to create a CNAME record for www.example.com in your DNS settings.
Why do I Need to Create a CNAME Record?
If you're using a URL with a different domain name, you'll need to create a CNAME record in your domain provider’s settings.
This step is required only once after adding a new domain to the BanditConnect customization page. Failing to complete this step will cause your new URLs to redirect users to an error page.
Adding a CNAME record is straightforward, though the process varies depending on your hosting provider. Refer to the steps below to create a CNAME record in your domain's DNS settings.
Here is a guide for creating a CNAME record with various domain providers, including:
- AWS
- GoDaddy
- Namecheap
- Cloudflare
- Shopify
- WordPress
AWS
- Log in to your AWS account.
- Navigate to Route 53 Dashboard.
- Under Hosted Zones or Registered Domains, you will see your domain name.
- Then, select your domain name to view the list of DNS records.
- Click Create Record to open the record creation interface.
- Fill in the required fields, including:
- Name: Enter the subdomain(e.g., "taxes").
- Type: Select CNAME from the dropdown menu.
- Value: Enter the URL it should point to (e.g., "relay-dns.biztaxconnect.com").
- TTL: Choose the desired Time-to-Live value (e.g., "Auto").
- Set the Alias option to No.
- Select a Routing Policy as needed.
- Click Create to save the CNAME record.
For detailed instructions, visit this page for step-by-step guidance on adding CNAME records.
GoDaddy
- Sign in to your GoDaddy account.
- Navigate to your list of domains and select the domain you want to manage. This will open the Domain Settings page.
- Click Manage DNS to access the zone file.
- Click Add and set the record type to CNAME.
- Enter the required CNAME record details, including:
- Name: Enter the subdomain(e.g., "taxes").
- Value: Enter the URL it should point to (e.g., "relay-dns.biztaxconnect.com").
- TTL: Choose the desired Time-to-Live value (e.g., "Auto").
- Click Add Record to save the changes.
For detailed instructions, visit this page for step-by-step guidance on adding CNAME records.
Google Cloud
- Sign in to your Google Cloud Console.
- Navigate to Cloud DNS by searching for "Cloud DNS" in the search bar.
- Select the DNS zone associated with your domain. If you don’t have one, create a new DNS zone for your domain.
- Click Add Record Set.
- Enter the required CNAME record details, including:
- DNS Name: Enter the subdomain(e.g., "taxes").
- Type: Select CNAME from the dropdown menu.
- Canonical name: Enter the URL it should point to (e.g., "relay-dns.biztaxconnect.com").
- Click Create to save the CNAME record.
For detailed instructions, visit this page for step-by-step guidance on adding CNAME records.
Namecheap
- Log in to your Namecheap account.
- Navigate to the Domain List section in your dashboard.
- Locate the domain for which you want to add a CNAME record, and click Manage.
- Go to the Advanced DNS tab.
- Scroll to the Host Records section and click Add New Record.
- Select CNAME Record as the record type.
- Enter the required CNAME record details, including:
- Host: Enter the subdomain(e.g., "taxes").
- Value: Enter the URL it should point to (e.g., "relay-dns.biztaxconnect.com").
- TTL: Choose the desired Time-to-Live value (e.g., "Auto").
- Click the green checkmark to save the record.
For detailed instructions, visit this page for step-by-step guidance on adding CNAME records.
Cloudflare
- Log in to your Cloudflare account.
- From the Dashboard, select the domain where you want to add the CNAME record.
- Go to the DNS tab.
- In the DNS Records section, click Add Record.
- Select CNAME from the Type dropdown menu.
- Fill in the following details:
- Name: Enter the subdomain(e.g., "taxes").
- Target: Enter the URL it should point to (e.g., "relay-dns.biztaxconnect.com").
- TTL: Choose the desired Time-to-Live value (e.g., "Auto").
- Proxy status: Set it to Proxied (orange cloud) or DNS only (grey cloud), depending on your setup.
- Click Save to add the CNAME record.
For detailed instructions, visit this page for step-by-step guidance on adding CNAME records.
Shopify
- Log in to your Shopify admin.
- From the Admin Dashboard, go to Settings and select Domains.
- Click Manage next to the domain you want to edit.
- Under the DNS Settings section, click Add Custom Record.
- Choose CNAME as the record type.
- Fill in the required fields:
- Name: Enter the subdomain (e.g., "taxes").
- Value: Enter the URL it should point to (e.g., "relay-dns.biztaxconnect.com").
- TTL: Set the desired TTL value or leave it as is.
- Click Save to add the CNAME record.
Your changes will take effect within a few minutes to 48 hours.
For detailed instructions, visit this page for step-by-step guidance on adding CNAME records.
WordPress
- Log in to your WordPress domain manager account.
- Go to Upgrades -> Domains (or Hosting → Domains if using WP-Admin) and select the domain you wish to edit.
- Select the DNS Records. This will display a list of the existing DNS records for the selected domain.
- Click on the “Add a record” button in the upper right corner
- Choose CNAME as the record type.
- Fill in the required fields:
- Name: Enter the subdomain (e.g., "taxes").
- Alias of (Points to): Enter the URL it should point to (e.g., "relay-dns.biztaxconnect.com").
- TTL: Set the desired TTL value or leave it as is.
- Click Add DNS Record to save your changes.
For detailed instructions, visit this page for step-by-step guidance on adding CNAME records.
Other Hosting Provider
The process of adding a CNAME record can vary depending on the hosting provider, but the general steps are usually similar:
- Log in to your hosting provider's account
- Navigate to DNS settings: Look for the DNS management section, often found under Domain Management, DNS Settings, Manage Domains, or Zone Editor.
- Select the domain: Choose the domain for which you want to add the CNAME record.
- Add a new record: Look for an option to Add Record or Add New DNS Record.
- Choose CNAME record: Select CNAME from the record type dropdown menu.
- Enter the CNAME record details:
- Host: Enter the subdomain (e.g., "taxes").
- Points to: Enter the URL it should point to (e.g., "relay-dns.biztaxconnect.com").
- TTL: Set the desired TTL value or leave it as is.
- Save the record: After entering the details, save the CNAME record.
- Wait for propagation: DNS changes can take anywhere from a few minutes to 48 hours to propagate fully.
Contact us at support@taxbandits.com or (704) 684-4751 for more help on integration.
Need more help?
Get in touch with our dedicated support team Contact Us
Sign Up for a FREE TaxBandits Account!
The Smart CPA Choice
Already have an account? Sign in