How to publish to custom domain on Webflow
To publish to a custom domain on Webflow, add your domain in the hosting settings, configure DNS records at your registrar to point to Webflow's servers, then publish your site. The process typically takes 24-48 hours for full propagation.
Prerequisites
- Active Webflow account with paid hosting plan
- Purchased custom domain from domain registrar
- Access to domain registrar's DNS settings
- Published Webflow project ready for custom domain
Step-by-Step Instructions
Navigate to hosting settings
Add your custom domain
yourdomain.com). Click Add Domain. Webflow will automatically check if the domain is available and provide you with DNS configuration instructions.Configure DNS A records
- Name:
@(root domain) → Value:75.2.70.75 - Name:
www→ Value:75.2.70.75
Verify domain connection
Set up SSL certificate
Configure domain redirects
Publish your site
Test and verify deployment
- Your site loads correctly
- SSL certificate is active (look for the padlock icon)
- Both www and non-www versions work with proper redirects
- All pages and assets load properly
Common Issues & Troubleshooting
Domain verification fails after 48 hours
Double-check that your A records point to 75.2.70.75 and remove any conflicting CNAME records. Contact your domain registrar if DNS settings aren't updating properly.
SSL certificate won't provision
Ensure your domain is properly verified first, then wait 24 hours. If it still fails, remove the domain from Webflow, wait 1 hour, then re-add it to trigger a fresh SSL request.
Site shows 'Site Not Found' error
Verify you've published your site after adding the custom domain. Check that your DNS records are correct and fully propagated using a DNS checker tool like whatsmydns.net.
Some pages return 404 errors on custom domain
Republish your entire site to ensure all pages and assets are properly deployed to the custom domain. Check that your site's URL structure hasn't changed during the migration process.