Using domain forwarding as an alternative to CNAME
Some DNS providers do not support CNAME records on the root (apex) domain — for example, example.com. If your DNS provider has this limitation and you'd prefer not to migrate your DNS to Cloudflare, you can use domain forwarding as an alternative.
This approach works by mapping your InstaWP site to a subdomain (e.g., www.example.com) and then redirecting the root domain to that subdomain via your registrar's domain forwarding feature.
How it works
When a visitor goes to example.com, your registrar automatically redirects them to www.example.com, where your InstaWP site is mapped. The visitor lands on your site seamlessly — no Cloudflare account required.
Step-by-step setup (Namecheap)
Step 1 — Map your InstaWP site to the www subdomain
In your InstaWP dashboard, map your site to www.example.com. Follow the standard domain mapping steps to add the required CNAME record in your DNS provider pointing www to your InstaWP site URL.
Step 2 — Log in to Namecheap and go to Domain List
Sign in to your Namecheap account. From the dashboard, click Domain List in the left sidebar, then click Manage next to your domain.
Step 3 — Open the Redirect Domain settings
Go to the Domain tab and scroll down to the Redirect Domain section. This is Namecheap's built-in domain forwarding feature.
Step 4 — Configure the forwarding rule
- Source:
example.com - Destination:
https://www.example.com - Redirect type: Permanent (301)
A 301 redirect ensures browsers and search engines are correctly informed of the redirect.
Step 5 — Save and wait for propagation
Click Save changes. DNS and redirect changes can take up to 24–48 hours to fully propagate, though it often completes much sooner.
What to expect
- Visitors who go to
example.comwill be automatically redirected towww.example.com - Your InstaWP site loads normally on the
wwwsubdomain - A 301 permanent redirect correctly passes SEO signals to the
wwwversion - No Cloudflare account is required
Updated on: 04/06/2026
Thank you!