domains_add_url_forward
Add URL forwarding rules for a domain, redirecting to a destination URL. Configure wildcard, subdomain, redirect type, and path inclusion.
Instructions
Add a URL forwarding rule.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain name (e.g., 'example.com') | |
| location | Yes | Destination URL | |
| wildcard | No | Forward all subdomains | |
| subdomain | No | Subdomain (None for root) | |
| forward_type | No | Redirect type: 'temporary' or 'permanent' | temporary |
| include_path | No | Include URI path in redirect |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Operation status | |
| message | Yes | Confirmation message |