{project}.hiveku.com, but most real sites run on a custom domain like yoursite.com. Here’s how to connect one.
Run the Domain Setup Wizard
Pick a tier
Pick which environment this domain is for:
- Production — your live public site
- Staging — pre-release testing
- Development — internal / early dev
Enter your domain
Type the domain you want:
www.example.com— subdomain (easiest)example.com— apex domain (needs extra setup, see below)
Add the CNAME at your DNS provider
Log into wherever you bought your domain (GoDaddy, Namecheap, Cloudflare, Route 53, etc.) and add the CNAME record in your DNS settings.
Verify DNS
Back in the wizard, click Verify DNS Configuration. Hiveku checks that the CNAME resolves correctly.
Apex Domains (example.com)
Apex domains (no www. prefix) don’t support CNAME records at the root in most DNS systems. You have two good options:
- Use CNAME flattening
- Redirect from apex to www
Some DNS providers (Cloudflare, DNSimple, Namecheap’s premium DNS) support CNAME flattening at the apex. Add the Hiveku CNAME at
@ — the provider handles the rest.Cloudflare Users — Read This
Cloudflare adds a wrinkle because of its proxy. Follow one of these paths: To change SSL mode: Cloudflare dashboard → SSL/TLS → Overview → set mode to Full (strict). Never use Flexible with Hiveku.DNS Propagation Times
Expect 15 minutes to 48 hours for DNS to propagate globally. Most propagation happens in the first 30 minutes. Check progress with dnschecker.org — enter your domain and record type (CNAME) to see it resolve worldwide.Multiple Domains Per Tier
You can attach multiple domains to the same tier. One is marked Primary; the others redirect to it.
Common use case:
example.com, www.example.com, and getexample.com all redirect to www.example.com.
Removing a Domain
To detach a domain:After removing, you can delete the CNAME from your DNS provider too — though it doesn’t hurt to leave it.
Verifying Your Domain
After SSL provisioning finishes:- Visit
https://yourdomain.comin a browser - Confirm the padlock shows (SSL is live)
- Confirm you see your site, not a 404 or error
- Hard-refresh (Cmd+Shift+R / Ctrl+Shift+R) to bypass cache
Troubleshooting
DNS verification fails
DNS verification fails
Most common cause: the CNAME hasn’t propagated yet. Wait 15-30 minutes and retry. Confirm the record at dnschecker.org — the value should match what Hiveku showed you.
SSL error in browser
SSL error in browser
Usually a Cloudflare proxy issue. Set Cloudflare’s SSL mode to Full (strict) or turn the proxy off (gray cloud). Flexible SSL causes mixed-content and redirect-loop errors.
Redirect loop (ERR_TOO_MANY_REDIRECTS)
Redirect loop (ERR_TOO_MANY_REDIRECTS)
Classic Cloudflare Flexible SSL symptom. Switch Cloudflare SSL mode to Full (strict) in the SSL/TLS section.
Apex domain (example.com) won't connect
Apex domain (example.com) won't connect
Apex doesn’t support CNAME in standard DNS. Either use a DNS provider with CNAME flattening (Cloudflare, DNSimple), or set up a redirect from apex to
www. and only connect www..Domain works, but only without www (or vice versa)
Domain works, but only without www (or vice versa)
Each hostname is separate. Add both
example.com and www.example.com in the wizard, then pick one as primary so the other redirects.I updated DNS but it still doesn't work after hours
I updated DNS but it still doesn't work after hours
Verify the record is really there and valid. Some registrars add a period (
proxy.hiveku.com.) or drop the protocol — check what dnschecker.org shows vs. what Hiveku expects. If they don’t match, fix the record.What’s Next?
Deploy your site
Push changes live
Custom Domains reference
Full technical reference