What Is Wildcard Redirect?
A wildcard redirect forwards all subdomains or URL paths matching a pattern to a destination, using a single rule instead of configuring each one individually. For example, *.old-domain.com → new-domain.com catches every subdomain.
Why It Matters
When you move a domain, you don’t just need to forward example.com — you also need to handle www.example.com, blog.example.com, shop.example.com, and every other subdomain that might have inbound links or traffic.
Without wildcard redirects, you’d need a separate rule for every subdomain. Wildcard forwarding catches them all with one rule: *.old-domain.com → new-domain.com.
This is essential for brand migrations and mergers & acquisitions where the old domain may have had dozens of subdomains.
How It Works
A wildcard redirect uses a * character to match any subdomain:
*.example.com→ matchesblog.example.com,shop.example.com,anything.example.com- Combined with path forwarding:
*.old.com/path→new.com/path
At the DNS level, this requires a wildcard CNAME record or a wildcard A record:
*.old-domain.com CNAME forward.domain-forward.com
The redirect server then matches incoming requests against the wildcard rule and responds with a 301 redirect.
Common Use Cases
- Post-rebrand cleanup: Forward every subdomain of the old brand to the new domain
- Development/staging: Forward
*.staging.example.comto production - Regional subdomains: Forward
*.example.co.uktoexample.com - Unused subdomains: Catch mis-typed or outdated subdomains and redirect them
- Catch-all redirect: Forward everything — any subdomain, any path — to a single destination
How Domain Forward Handles This
Wildcard forwarding is available on the Ultimate plan. Set up one wildcard DNS record and one forwarding rule — Domain Forward catches every subdomain and provisions SSL certificates automatically for each one. Each redirected subdomain works over HTTPS with no extra configuration.
Related Terms
Related Features
Frequently
asked questions
A wildcard redirect matches any subdomain (*.example.com) or any path (/anything) under a domain. This means blog.example.com, shop.example.com, and help.example.com would all be caught by a single *.example.com rule.
Yes, but each matched subdomain needs its own SSL certificate. Domain Forward provisions certificates automatically for wildcard forwarding on the Ultimate plan.
Most registrars don't support wildcard forwarding at all. GoDaddy, Namecheap, and Hostinger only forward the apex domain and www. Domain Forward's Ultimate plan includes full wildcard subdomain forwarding.
Still Confused? Try It Free.
Set up your first domain forward in under 5 minutes. Free plan includes 5 domains.