This guide helps you connect your custom domain (like yourbusiness.com
) to your EasyWeek website.
Choose How to Connect
-
Recommended: Use a CNAME/ALIAS (or ANAME) record to point your domain to
eyw.me
. -
Fallback: If your DNS provider doesn’t support CNAME/ALIAS for the root domain, use an A record pointing to
138.199.132.88
.
In simple terms:
CNAME/ALIAS points your domain to EasyWeek’s system automatically and adapts if servers change.
A record ties your domain to a specific IP but doesn’t adapt to future changes.
Preparation Steps
- Buy a domain (if you don’t have one).
- Decide if you’ll use www or root as primary. (We recommend using
www.yourdomain.com
and redirectingyourdomain.com
to it.) - Remove old DNS records for the root and “www” to avoid conflicts.
- Sign up for Cloudflare (recommended) and update your domain’s nameservers to Cloudflare.
Set Up DNS Records
🌐 Using Cloudflare (Recommended)
- Create an account in Cloudflare by link: https://dash.cloudflare.com/sign-up
- Connect your domain to Cloudflare
- After connection, In Cloudflare DNS, remove old A or CNAME records for @ and www (if exist).
- Add a CNAME for root (@):
– Type: CNAME
– Name: @ (root)
– Target:eyw.me
– Proxy: DNS Only (grey cloud) - Add a CNAME for www:
– Type: CNAME
– Name: www
– Target:eyw.me
– Proxy: DNS Only (grey cloud) - Wait for DNS changes to propagate (usually minutes to a few hours).
- That's all! Contact EasyWeek support team to complete the settings on our side.
🌐 OR other DNS Providers (e.g., GoDaddy, Namecheap)
- Remove conflicting A/CNAME records.
- If supported, add an ALIAS/ANAME for root pointing to
eyw.me
. - If not, add an A record for root pointing to
138.199.132.88
. - Add a CNAME for www pointing to
eyw.me
. - That's all! Contact EasyWeek support team to complete the settings on our side.
FAQ Highlights
-
What if I see ‘default backend - 404’ after connecting the domain?
That’s actually good news – it means you’ve correctly configured the domain on your side! Now, please contact the EasyWeek support team so we can complete the setup on our end. -
Which domain should I use?
Usewww.yourdomain.com
as primary for flexibility; redirect root to www. -
What if my provider doesn’t support ALIAS?
Use the fallback A record method. -
I see a security warning.
Wait for SSL to complete or contact EasyWeek support.
Quick DNS Summary
Type | Host | Value | Use |
---|---|---|---|
CNAME | www | eyw.me | Always recommended |
ALIAS/ANAME | @ | eyw.me | Preferred for root if supported |
A | @ | 138.199.132.88 | Fallback for root if no ALIAS |