add_url_forward
Forward a domain or subdomain to a new URL using temporary or permanent redirects, with optional wildcard and path inclusion.
Instructions
Adds URL forwarding for a domain or subdomain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Type of forward (temporary or permanent). | |
| domain | Yes | The domain name. | |
| location | Yes | URL to forward to. | |
| wildcard | No | Also forward all subdomains (yes/no). | no |
| subdomain | No | Subdomain to forward (leave blank for root). | |
| includePath | No | Include URI path in redirection (yes/no). | no |