URL redirection is a technique for making a web page direct a visitor to a new URL address.
Value | Description |
---|---|
old_url Type: string | This field stores the relative path earlier traversed. Example: /product/test1 |
new_url Type: string | This field stores the relative path to be traversed. Example: /test1 |