Domains

What is domain forwarding?

Domain forwarding is the process of automatically sending visitors who arrive at one domain to a different destination domain. When someone types or clicks a forwarded domain the web infrastructure receives the request and immediately passes it on, forwarding the visitor to another address without displaying content at the original domain itself.

Domain forwarding and URL forwarding describe the same concept at different scopes. URL forwarding is the general term for passing visitors from any URL to another URL. Domain forwarding specifically refers to forwarding at the domain level, the entire domain forwards to a destination rather than individual paths within a domain being forwarded separately.

The term domain forwarding is most commonly associated with the forwarding feature offered by domain registrars: the basic redirect functionality built into domain registration control panels. When a registrar offers “domain forwarding” as a feature it typically means a simple configuration where the domain owner enters a destination URL and the registrar’s infrastructure handles forwarding visitors from the registered domain to that destination.

Understanding domain forwarding requires understanding both what it is and what it is not, because the simplicity of registrar-provided domain forwarding comes with significant limitations that make it inadequate for many real-world use cases.

How domain forwarding works

Domain forwarding works through the same underlying HTTP redirect mechanism as any other redirect, a server responds to incoming requests with a 3xx status code and a Location header pointing to the destination. The browser follows the redirect and loads the destination.

The difference between domain forwarding and other redirect configurations is primarily in where the redirect infrastructure lives and who manages it.

Registrar-based domain forwarding: when a domain owner configures forwarding through a registrar the process works as follows. The domain owner enters a destination URL in the registrar’s forwarding configuration. The registrar updates the domain’s DNS records: typically configuring A records that point to the registrar’s own forwarding servers. Requests arriving at the forwarded domain reach the registrar’s forwarding servers. The forwarding servers respond with a redirect to the configured destination URL. The visitor’s browser follows the redirect and loads the destination.

The domain owner does not need to manage any server infrastructure, the registrar handles everything. Configuring forwarding requires only entering a URL in a control panel.

Server-based domain forwarding: alternatively domain forwarding is configured directly on web server infrastructure, Apache .htaccess files, Nginx configuration, CDN redirect rules, or dedicated redirect management platforms. This approach gives the domain owner full control over the redirect configuration, status codes, HTTPS handling, path preservation, and all other parameters.

Redirect management platform forwarding: dedicated redirect management services handle domain forwarding as a core function. The domain is connected to the platform through DNS changes: adding CNAME records for subdomains or A records for root domains. The platform provides redirect infrastructure including SSL certificates and handles all forwarding according to configured rules. This is the most capable approach, providing proper HTTPS handling, flexible redirect rules, and management of multiple forwarded domains.

Domain forwarding vs URL redirects

Domain forwarding and URL redirects are closely related, domain forwarding is implemented through URL redirects. The distinction is primarily one of scope and configuration location rather than technical mechanism.

Domain forwarding: forwards an entire domain. All traffic arriving at olddomain.com regardless of path goes to the configured destination. A single forwarding rule handles everything. Typically configured through a registrar control panel or DNS management interface. Simple to set up, limited in flexibility.

URL redirects: can forward individual URLs, URL patterns, or entire domains with full control over each rule. Path-level rules send specific pages to specific destinations. Wildcard rules handle URL patterns. Different rules can use different HTTP status codes. Configured through server configuration, CDN rules, or redirect management platforms. More complex to set up but far more flexible.

Domain forwarding is a specific application of URL redirect technology, a simplified, single-rule redirect at the domain level. The underlying mechanism is identical, 3xx HTTP responses with Location headers. The difference is in the configuration interface, the scope of the rule, and the capabilities available.

Registrar domain forwarding limitations

Registrar-provided domain forwarding is the most accessible way to forward a domain, available directly through the registration control panel with no technical knowledge required. However it comes with significant limitations that affect both user experience and SEO.

No HTTPS support: the most critical limitation. Registrar forwarding almost universally operates over HTTP only. The forwarding servers do not have SSL certificates for customer domains. When a visitor types https://forwarded-domain.com the browser attempts to establish an HTTPS connection, but the registrar’s forwarding server has no certificate for the domain. The browser displays a certificate warning before the redirect can occur. In modern browsers HTTPS is the default, many browsers preemptively upgrade HTTP to HTTPS, meaning HTTPS failures affect most visitors.

This is not a minor inconvenience. Certificate warnings are alarming to most users, many will immediately leave rather than proceeding past the warning. For brand protection domains showing certificate errors to visitors damages brand trust precisely when the visitor was looking for the brand. For any domain where visitor experience matters HTTPS-only registrar forwarding is inadequate.

No status code control: registrar forwarding typically offers a choice between “permanent” and “temporary” forwarding but does not expose the specific HTTP status code being used. The registrar selects the code, which may be a 301, 302, or something else, without the domain owner being able to verify or control it. Using the wrong status code for the forwarding purpose, a 302 when a 301 is needed, affects SEO equity transfer.

No path-level rules: registrar forwarding is always domain-level. All traffic goes to one destination regardless of path. forwarded-domain.com/about and forwarded-domain.com/products/item both forward to the same destination. If different paths should go to different destinations, for example if the forwarded domain previously had content that maps to specific pages on the destination, registrar forwarding cannot accommodate this.

No www and non-www handling: registrar forwarding may handle only one variant of the domain, typically the non-www version, leaving the www subdomain either unforwarded or configured separately. Inconsistent handling of www and non-www creates situations where visitors arrive at different experiences depending on which variant they use.

Reliability dependent on registrar: registrar forwarding infrastructure is operated as a secondary service, the registrar’s core business is domain registration not redirect management. Uptime, performance, and maintenance of forwarding infrastructure vary by registrar. Outages in registrar forwarding infrastructure may not receive the same urgent response as outages in core DNS infrastructure.

Domain forwarding and HTTPS

HTTPS handling is the most important technical consideration in domain forwarding and the area where registrar forwarding most commonly fails.

The HTTPS connection requirement: when a browser visits https://forwarded-domain.com it must establish a TLS connection with the server before any HTTP communication can occur, including receiving the redirect response. TLS connection establishment requires the server to present a valid SSL certificate for the domain being connected to. If the forwarding server has no certificate for forwarded-domain.com the TLS handshake fails and the browser displays a certificate error.

This happens before the redirect can fire. The visitor never receives the redirect response, they see a security warning instead. The forwarding configuration is effectively broken for HTTPS visitors.

Modern browser HTTPS defaults: the situation is made more serious by browser behaviour. Chrome, Firefox, Edge, and Safari all treat HTTPS as the default and increasingly preemptively upgrade HTTP connections to HTTPS. A visitor who types forwarded-domain.com without specifying a protocol may have the browser attempt HTTPS first, encountering the certificate error before falling back to HTTP.

Proper HTTPS forwarding: correct domain forwarding handles HTTPS by provisioning a valid SSL certificate for the forwarded domain. The forwarding server presents this certificate during TLS handshake, the secure connection is established, and then responds with the redirect to the destination. The visitor experiences a seamless redirect with no security warnings.

This requires the forwarding infrastructure to either provision SSL certificates for customer domains automatically or require customers to supply their own certificates. Dedicated redirect management platforms handle SSL provisioning automatically, connecting a domain to the platform provisions a certificate through Let’s Encrypt or another certificate authority as part of the setup process.

Complete variant handling: proper HTTPS domain forwarding handles all four combinations of HTTP/HTTPS and www/non-www, ensuring every possible way a visitor might arrive at the forwarded domain results in a clean redirect rather than an error.

Domain forwarding and SEO

The SEO implications of domain forwarding depend heavily on how it is implemented, correctly configured forwarding actively benefits SEO while poorly configured forwarding can harm it.

Permanent redirects pass link juice: domain forwarding implemented as 301 permanent redirects transfers SEO equity from the forwarded domain to the destination. Backlinks pointing to the forwarded domain pass their value through the redirect. Over time search engines update their index to reflect the forwarded domain’s traffic and link value as associated with the destination.

This is why domain forwarding is valuable for brand protection domains and expired domain acquisitions: any backlinks those domains have accumulated benefit the destination domain through the permanent redirect.

Temporary redirects do not pass full equity: domain forwarding implemented as 302 temporary redirects does not reliably transfer SEO equity. Search engines keep the forwarded domain indexed and do not consolidate authority to the destination. For domains being permanently retired and forwarded the 302 is the wrong choice, the 301 is required for full SEO equity transfer.

HTTP-only forwarding loses HTTPS traffic: domain forwarding that fails on HTTPS connections means a portion of visitors never reach the destination, they see certificate errors and leave. From an SEO perspective this represents lost traffic that should have been captured. Search engines that encounter certificate errors when following forwarded domains may also have difficulty crawling the forwarded domain correctly.

Redirect chains: a common issue with registrar-based forwarding. The registrar forwards to an HTTP URL which then redirects to HTTPS at the destination, creating a two-hop chain. Or the registrar forwards to the non-www version of the destination which then redirects to www, another two-hop chain. Redirect chains dilute SEO equity and add latency. Forwarding directly to the final canonical HTTPS destination URL eliminates chains.

Domain forwarding for common use cases

Different domain forwarding use cases have different configuration requirements and benefit from different levels of forwarding capability.

Brand protection domain forwarding: registering brand.net, brand.org, brand.co, brannd.com (typo), and forwarding them all to brand.com. The simplest and most common domain forwarding use case. Global redirects are sufficient, all traffic goes to the primary domain regardless of path. Permanent redirects are appropriate, the forwarding is intended to be permanent. HTTPS must work correctly, certificate errors on brand protection domains undermine brand trust. Dedicated redirect management handles this correctly while registrar forwarding typically fails on HTTPS.

Old domain forwarding after rebranding: oldbrand.com forwards to newbrand.com after a company rebrand. Permanent redirects preserve accumulated SEO equity. Path preservation, forwarding oldbrand.com/products/item to newbrand.com/products/item: preserves more link equity than global redirection to the homepage. HTTPS must work on the old domain throughout the forwarding period. This use case benefits from dedicated redirect management with path-level rule support rather than simple registrar forwarding.

Acquired domain forwarding: a valuable expired domain acquired for its backlink profile is forwarded to the acquiring organisation’s primary domain. Permanent redirects transfer link equity. Path-level rules map any still-linked specific pages to relevant equivalents on the destination domain. This requires full redirect management capabilities, not registrar forwarding.

Domain parking forwarding: domains registered for future use are forwarded to a coming-soon page, the primary domain, or a relevant landing page until they are developed. Global redirects are typically sufficient. The redirect type, permanent or temporary, depends on whether the destination is expected to change.

Setting up domain forwarding correctly

The correct domain forwarding setup depends on the required capabilities, registrar forwarding for simple cases with no HTTPS requirement, dedicated redirect management for everything else.

Registrar forwarding setup: log into the domain registrar control panel. Find the forwarding or redirect configuration for the domain. Enter the destination URL. Select permanent or temporary forwarding. Save the configuration. The registrar updates DNS records to point to their forwarding servers. Test the forwarding, noting that HTTPS may not work.

Dedicated redirect management setup: connect the domain to the redirect management platform by updating DNS records, adding CNAME records for subdomains or A records for the root domain pointing to the platform’s infrastructure. The platform provisions an SSL certificate for the domain. Configure a global redirect rule pointing to the destination. Test all four URL variants, HTTP, HTTPS, www, non-www, confirming all redirect correctly without certificate errors or redirect chains.

Testing domain forwarding: after configuring forwarding test the following:

  • http://domain.com → should redirect to destination

  • https://domain.com → should redirect without certificate error

  • http://www.domain.com → should redirect to destination

  • https://www.domain.com → should redirect without certificate error

  • Check the redirect is a 301 not a 302 if permanent forwarding is intended

  • Check the destination URL is the final canonical URL with no further redirects

Related terms

Related terms

Ready to keep every link alive?

Ready to keep every link alive?

Ready to keep every link alive?