Multi-brand operations

If you manage multiple brands, regions, or client domains, you need predictable routing and naming that scales. Nimriz uses strict host matching and domain-bound lookups so each brand can keep its own slug conventions.

Domain-bound uniqueness

Each short code is unique per domain, letting separate brands maintain naming consistency independently.

Strict host behavior

Exact host matching avoids ambiguous redirects. Apex and www are treated as distinct domains unless you explicitly add both.

Real example

Agencies often want the same campaign slug reused across client domains without collisions.

Client A
https://brand-a.to/spring
Client B
https://brand-b.to/spring

Because lookups are domain-bound, both can safely use /spring.

Operational advantages

  • Predictable resolution order: reserved paths → URL lookup → domain fallback landing URLs.
  • Separate defaults for root, not-found, and expired outcomes (domain-configured landing redirects).
  • Redirects default to 302, so you can iterate destinations without sticky caches.