Examples
Redirect to another domain
Send every request to a different domain with Response.redirect.
This script redirects all incoming requests to one URL with a permanent
redirect (HTTP status code 301).
Last modified on August 17, 2026
Send every request to a different domain with Response.redirect.