create_redirect
Set up URL redirects for domains with source paths and destination URLs. Define permanent (301) or temporary (302) redirects, including wildcard matching for directories.
Instructions
Create a URL redirect
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Source path (e.g., /old-page) | / |
| type | No | Redirect type (permanent=301, temp=302) | permanent |
| domain | Yes | Source domain | |
| redirect_url | Yes | Destination URL | |
| redirect_wildcard | No | Match all files in the directory |