Open the menu
    ```html

    URL Redirection : Add

    Features

    • It is an administration interface

    Screens

    Add
    • Source (string, required field, maximum size: 300) : Source URI. The path must start with '/', 'http://' or 'https://'
    • Destination (string, required field, maximum size: 300) : Destination URI. The path must start with '/', 'http://' or 'https://'
    • Redirection Type (string, required field, maximum size: 9) : Redirection Type indicated in the HTTP response. Permanent generates a response with HTTP code 301. Temporary generates a response with HTTP code 302.
    • Position (integer, required field, default value: 0) : The position defines the priority of the redirection. If there are two or more redirections for the same URI, the redirection with the lowest position will be used.

    Permissions

    • Edit service instance content: Allows managing all data of this service instance with publisher profile.

    Actions

    • commit
    ```