Domains

Domain Forwarding and Redirects: Sending One Domain to Another

By ReadyWebs Published

Domain Forwarding and Redirects: Sending One Domain to Another

Domain forwarding sends visitors from one domain to another automatically. When someone types the forwarded domain into their browser, they are redirected to the destination domain. This is essential when you own multiple domains that should all lead to the same website, or when you have changed your primary domain and need to preserve traffic from the old one.

Types of Redirects

301 redirects (permanent) tell browsers and search engines that the domain has permanently moved to a new address. Search engines transfer the link authority from the old domain to the new one. Use 301 redirects for permanent changes.

302 redirects (temporary) indicate a temporary move. Search engines do not transfer authority because they expect the original to return. Use 302 redirects only for genuinely temporary situations.

For domain forwarding, 301 redirects are almost always the correct choice. They preserve your SEO value and clearly communicate the permanent nature of the change to search engines.

Setting Up Domain Forwarding

Most domain registrars offer domain forwarding in their dashboard. Find the forwarding or redirect settings for your domain and enter the destination URL. Choose 301 permanent redirect.

For path-preserving forwarding (where old-domain.com/page goes to new-domain.com/page instead of just the homepage), you typically need server-level redirect rules rather than registrar-level forwarding.

How to Point Your Domain to Your Web Host

Common Use Cases

Brand protection domains registered to prevent squatting should forward to your primary domain. If you own yourbrand.net and yourbrand.org, forward both to yourbrand.com.

Domain changes when you rebrand or switch to a new domain name require forwarding the old domain to the new one to preserve traffic and SEO authority.

Marketing campaign domains (short, memorable domains used in ads or print) forward to specific landing pages on your main site.

Misspelling domains registered defensively should forward to your primary domain to capture traffic from common typos.

SEO Considerations

A 301 redirect passes approximately 90 to 99 percent of the link authority from the original domain to the destination. This makes it the best method for preserving SEO value during domain changes.

Maintain forwarding for as long as you own the secondary domains. Removing a 301 redirect means losing the authority flow and leaving visitors who use the old domain with a dead link.

Domain Registration Guide: Where to Buy and What to Watch Out For

Path-Preserving Redirects

Basic domain forwarding sends all traffic to the destination domain’s homepage regardless of the original URL path. Someone visiting old-domain.com/about lands on new-domain.com instead of new-domain.com/about.

Path-preserving forwarding maintains the URL path, redirecting old-domain.com/about to new-domain.com/about. This is important when you have many pages with established links and search rankings.

Registrar-level forwarding often does not support path preservation. For path-preserving redirects, configure redirect rules at the server level using .htaccess (Apache) or server blocks (Nginx). This gives you precise control over how each URL maps to its new destination.

If your URL structure changed during a domain migration, create a redirect map that matches each old URL to its correct new URL. Generic redirects that send everything to the homepage waste the SEO authority of individual pages.

Key Takeaways

  • Domain forwarding automatically redirects visitors from one domain to another
  • Use 301 permanent redirects for all permanent forwarding situations
  • Set up forwarding through your registrar’s dashboard for simple redirects
  • Forward brand protection domains, misspelling domains, and old domain names to your primary site
  • 301 redirects pass link authority to the destination domain, preserving SEO value
  • Maintain forwarding for as long as you own the secondary domains

This content is for informational purposes only and reflects independently researched guidance. Platform features and pricing change frequently — verify current details with providers.