Domain redirect infrastructure

Manage all your domain
redirects in one place

Point any domain to any destination โ€” with automatic HTTPS, custom rules, and a full REST API. No config files. No server fiddling.

Get started See how it works
old-domain.com โ†’ new-destination.com โœ“ SSL active
301 / 302
Redirect types supported
Auto TLS
Let's Encrypt via ACME
REST API
Full programmatic control
WHMCS
Module for resellers
Features
Everything you need for
domain redirects

From simple domain forwarding to advanced path-based rules โ€” RedirectHub handles it all.

๐Ÿ”’

Automatic HTTPS

Every source domain gets a free TLS certificate via Let's Encrypt, provisioned and renewed automatically. No manual cert management.

โšก

Multiple source domains

Attach as many source domains as you need to a single redirect. All domains are verified via DNS and served with HTTPS.

๐ŸŽฏ

Path & rule matching

Configure advanced routing rules โ€” match by path, prefix, or pattern to forward traffic exactly where it needs to go.

๐Ÿ“Š

Hit statistics

Track redirect traffic per domain with built-in hit counters and stats. Understand where your traffic is coming from.

๐Ÿ”Œ

REST API

Manage everything programmatically. Create redirects, add source domains, and verify DNS ownership โ€” all via a clean REST API.

๐Ÿข

Multi-team & WHMCS

Built for resellers. Provision teams via the admin API or the native WHMCS module. Each team manages their own redirects independently.

๐Ÿ›ก๏ธ

HSTS support

Enable HTTP Strict Transport Security per team to enforce secure connections and protect users from downgrade attacks.

๐Ÿ“ฅ

Import & export

Bulk-import redirects via CSV and export your full redirect configuration at any time. Easy migration in and out.

๐ŸŒ

Country-aware routing

Forward users based on their country with the X-Country-Code header โ€” build geo-targeted redirect rules effortlessly.

Up and running in minutes

Adding a domain redirect takes three simple steps.

1

Create a redirect

Define your destination URL and redirect type (301 permanent, 302 temporary, etc.) in the dashboard or via the API.

2

Add a source domain & point your DNS

Add your domain as a source and point its A record to 81.24.11.93. RedirectHub shows you exactly which DNS records to set.

3

Verify & go live

Hit verify โ€” RedirectHub checks DNS, provisions your TLS certificate automatically, and your redirect goes live over HTTPS within seconds.

Full control via REST

Automate your entire redirect infrastructure. Create and manage redirects, add source domains, and trigger DNS verification โ€” all from your own code or WHMCS.

Get your API token โ†’
# Create a redirect
POST /api/v1/redirects
X-Api-Token: rh_โ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ข

{
  "destination": "https://new-site.com",
  "type": "301"
}

# Add a source domain
POST /api/v1/redirects/42/sources
{
  "domain": "old-domain.com"
}

# Verify DNS & issue TLS cert
POST /api/v1/sources/7/verify
โ†’ { "verified": true, "ssl_status": "active" }

Ready to simplify your redirects?

Sign in to your RedirectHub dashboard and get your first redirect live in under two minutes.

Open dashboard โ†’