The standard redirection scenario involves creating a 301 permanent redirection from the Request URL (the old URL), to the URL of the selected target page and translation language of that page.
When entering the Request URL you can simply paste the full URL. There is no need to remove the protocol and host's name, i.e. simply paste the entire https://myold.website.com/content/redirections
, no need to cut it down to /content/redirections
. Saving the redirection rule will automatically remove any parts that are not needed.
More advanced scenarios can be drafted by clicking on the "Advanced Options" link button.
This switch box (ON/OFF) can only be used with the Exact Match option. It indicates that any trailing slash in either the Request or visited URL will be ignored. Thus, the https://www.example.com/test
and https://www.example.com/test/
will be both handled by the redirection rule.
Options | Description |
---|---|
Ignore & Skip Parameters | Any ?param1=value1¶m2=value2 GET parameters will be ignored when matching the Request URL and will not be appended to the target URL. |
Ignore & Pass Parameters | Any ?param1=value1¶m2=value2 GET parameters will be ignored when matching the Request URL but will be appended to the target URL. |
Match & Skip Parameters | Any ?param1=value1¶m2=value2 GET parameters will be used when matching the Request URL but will not be appended to the target URL. |
Match & Pass Parameters | Any ?param1=value1¶m2=value2 GET parameters will be used when matching the Request URL and will be appended to the target URL. |
This select box determines what the action will be when the rules specified by the above fields match to the requested URL.
This option allows to select an existing content page and its translated version that the visitor will be redirected to.
This option allows to input any internal or external URL as the Target URL of the redirection.
This option is used to handle the matching request with non-redirect HTTP responses. This is mostly used for providing special directions to search engines to remove the request URL from their indexes.
Status | Description |
---|---|
301 | Permanent Redirection from the original to the target URL. |
302 | Temporary Redirection from the original to the target URL. |
403 | Access is forbidden to the request URL (no redirection takes place). |
404 | The request URL does not currently exist (no redirection takes place). |
410 | The request URL no longer exists and will never be here again (no redirection takes place). |