Glossary

What Is URL Path?

The URL path is the portion of a URL after the domain name that identifies a specific page or resource on the server. In https://example.com/blog/my-post, the path is /blog/my-post.

Why It Matters

The path is what makes the difference between redirecting a whole domain and redirecting individual pages. Without path forwarding, every URL on your old domain goes to the homepage of your new domain — losing deep links and SEO value.

Path Examples

https://example.com/blog/2024/my-post?ref=twitter#comments
                    └──────────┬─────┘
                          URL path
Full URLPath
https://example.com// (root)
https://example.com/pricing/pricing
https://example.com/blog/my-post/blog/my-post
https://example.com/api/v2/users/api/v2/users

The last segment of the path is often called the URL slug — that’s the human-readable identifier like my-post in /blog/my-post.

Path Forwarding Strategies

StrategyOld URLNew URLUse Case
Domain-onlyold.com/anythingnew.comSimple brand swap
Path preservationold.com/blog/postnew.com/blog/postBrand migration
Path rewriteold.com/old-pagenew.com/new-pageURL restructuring
Wildcard + path*.old.com/pagenew.com/pageComplex migration

How Domain Forward Handles This

Enable path forwarding in your redirect configuration to preserve the URL path from source to destination. Domain Forward also supports query string pass-through and custom path rewriting.

Related Terms

Related Features

Frequently
asked questions

Domain-only forwarding sends all URLs to a single destination regardless of path. Path forwarding preserves the path — so /blog/post on the old domain maps to /blog/post on the new domain.

Still Confused? Try It Free.

Set up your first domain forward in under 5 minutes. Free plan includes 5 domains.