TheCondoPortal logo
HomeNeighbourhoodsMapBlogBrokerage

TheCondoPortal

Red Bricks is your destination for pre-construction condos, townhouses, and homes. Access platinum listings, launching soon projects, and more.

Discover

  • Home
  • Neighbourhoods
  • Map
  • Blog
  • Developers
  • Cities

Company

  • About Us
  • Our Team
  • Contact

Get in Touch

Have questions about a project? We're here to help.

Send a Message →

Listing data is provided under license from the Toronto Regional Real Estate Board (TRREB). TRREB assumes no responsibility for the accuracy of the information contained herein. Data is updated periodically and may not reflect the most current market activity. Not intended to solicit buyers or sellers currently under contract. MLS®, REALTOR®, and the associated logos are certification marks owned by the Canadian Real Estate Association (CREA) and identify real estate professionals who are members of CREA.

© 2026 TheCondoPortal. All rights reserved.

Data powered by

Privacy PolicyTerms of Service
Home/Help Center/Technical FAQ/Custom Domain Setup
domainsettingsgetting-started

Custom Domain Setup

DNS configuration, SSL certificates, and domain troubleshooting.

Last updatedMarch 22, 2026

On this page

  • Custom Domain Setup
  • DNS configuration
  • SSL certificates
  • Common DNS issues
  • Redirects

Custom Domain Setup

Setting up a custom domain gives your site a professional, branded URL.

DNS configuration

After adding your domain in Vercel, configure these DNS records at your registrar:

For apex domain (yourbrand.com):

  • Type: A
  • Name: @ (or blank)
  • Value: 76.76.21.21

For www subdomain (www.yourbrand.com):

  • Type: CNAME
  • Name: www
  • Value: cname.vercel-dns.com

SSL certificates

Vercel automatically provisions SSL certificates via Let's Encrypt:

  • Certificate is issued within minutes of DNS verification
  • Automatically renewed before expiration
  • Supports both apex and www domains
  • No manual configuration required

Common DNS issues

Domain not resolving:

  • Verify DNS records are correct (no typos)
  • Wait up to 48 hours for propagation (usually 15-60 minutes)
  • Use a DNS checker tool to verify records are visible globally

SSL not working:

  • Ensure DNS is fully propagated first
  • Vercel retries certificate issuance automatically
  • Allow up to 1 hour after DNS propagation
If your registrar provides its own CDN or proxy (like Cloudflare), disable the proxy for your Vercel domain. Running two CDNs causes conflicts and may break SSL.

Redirects

Configure redirects in Vercel to ensure:

  • http:// redirects to https://
  • Non-www redirects to www (or vice versa, pick one)
  • Old domain redirects to new domain (if migrating)

Was this article helpful?

Related Articles

Enabling MLS on Your Site

How to activate the MLS/IDX feature toggle and connect resale data.

MLS/IDX Integration

MLS Data Sync and Freshness

How the cron sync works and how often MLS data is updated.

MLS/IDX Integration

API Keys Management

How to manage third-party API keys for integrations.

Integrations & Settings

Back to Technical FAQ