How do I set up a subdomain for my bidding platform?
We are using "bidwrangler-client" in the following examples; however, your company domain will be used for the actual setup.
So, instead of https://bidwrangler-client.bidwrangler.com
, your bidding platform could live at https://bid.bidwrangler-client.com
or https://auctions.bidwrangler-client.com
.
Setting up a subdomain record with your DNS provider:
For this example, we will be setting up bid.bidwrangler-client.com
.
-
Record Name:
bid.bidwrangler-client.com.
- Sometimes referred to or labeled as "Hostname," "Name," or "Prefix"
- Some DNS providers may only require the subdomain value, in this case
bid
- Record Type:
CNAME
- Record Value:
bidwrangler-client.bidwrangler.com.
- Sometimes referred to or labeled as "Value," "Route," or "Pointer"
- TTL:
300
or the lowest value allowed by your DNS provider- "TTL" or "Time to Live"
If your DNS manager can import records, you can use the following snippet to create the record:
bid.bidwrangler-client.com. 300 IN CNAME bidwrangler-client.bidwrangler.com.
Be sure to replace "bidwrangler-client" with the client's domain name.
Resources
Here are support articles from a few common domain providers that will help you with this task.
- GoDaddy: Add a CNAME Record
- Hover: Managing DNS Records
- IONOS: Configuring a CNAME Record for a Subdomain
- Namecheap: How to Create a CNAME Record For Your Domain
- Network Solutions: How Do I Manage DNS and Advanced DNS Records?
- Web.com: How Do I Manage DNS and Advanced DNS Records?
- Wix: Adding or Updating CNAME Records in Your Wix Account
Questions or Concerns?
Please contact us: helpdesk@bidwrangler.com
Additionally, if you want to set up a domain in a way not outlined here, please reach out – we are happy to help!
I have installed the CNAME record, what's next?
Once installed, be sure to let us know at helpdesk@bidwrangler.com so we can finalize the setup on our end.