Redirect one domain to another · Cloudflare Fundamentals docs | Latest TMZ Celebrity News & Gossip | Watch TMZ Live Skip to content
Cloudflare Docs

Redirect one domain to another

If you have an alias domain that only forwards traffic to another domain (that is, the domain does not have an associated origin server of its own), you can set up redirects directly within Cloudflare.

  1. Add your alias domain (for example, previous.com) to Cloudflare.

  2. Make sure that your alias domain has a proxied DNS A or CNAME record that properly resolves DNS queries. You may also want to include a record for the www subdomain.

    Use the IP address 192.0.2.1 for the A record. This address does not route traffic to an origin server but allows Cloudflare to apply rules, redirects, and Workers to incoming traffic. The equivalent IP address for an AAAA record is 100::.

    TypeNameIPv4 addressProxy status
    A@192.0.2.1Proxied
    Awww192.0.2.1Proxied
  3. Use Redirect rules to forward traffic from your alias domain to your other domain.

    This example single redirect will redirect all requests for smallshop.example.com to a different hostname using HTTPS, keeping the original path and query string.

    When incoming requests match

    • Field: Hostname
    • Operator: equals
    • Value: smallshop.example.com

    If you are using the Expression Editor, enter the following expression:
    (http.host eq "smallshop.example.com")

    Then

    • Type: Dynamic
    • Expression: concat("https://globalstore.example.net", http.request.uri.path)
    • Status code: 301
    • Preserve query string: Enabled

    For example, the redirect rule would perform the following redirects:

    Request URLTarget URLStatus code
    http://smallshop.example.com/https://globalstore.example.net/301
    http://smallshop.example.com/admin/?logged_out=truehttps://globalstore.example.net/admin/?logged_out=true301
    https://smallshop.example.com/?all_items=1https://globalstore.example.net/?all_items=1301
    http://example.com/about/(unchanged)n/a

TMZ Celebrity News – Breaking Stories, Videos & Gossip

Looking for the latest TMZ celebrity news? You've come to the right place. From shocking Hollywood scandals to exclusive videos, TMZ delivers it all in real time.

Whether it’s a red carpet slip-up, a viral paparazzi moment, or a legal drama involving your favorite stars, TMZ news is always first to break the story. Stay in the loop with daily updates, insider tips, and jaw-dropping photos.

🎥 Watch TMZ Live

TMZ Live brings you daily celebrity news and interviews straight from the TMZ newsroom. Don’t miss a beat—watch now and see what’s trending in Hollywood.