Artica Reverse-Proxy allows you to redirect a specific URL path to another path or external link.
This feature is useful for restructuring web traffic, redirecting outdated URLs, or forwarding requests to different services or backends.
A redirection is a simpler operation. It's best to use the following feature.
This feature is available on Artica v4.50 Service Pack 1 or Artica v4.50 with HotFix 20231105-12


Give the path of the request you want to redirect.
In the target, set the url you want to be the new redirect point.

You can set as destination :
/New/pathhttps://newwebsite/pathYou can use regular expressions:
~ character as prefix in the Path field~/image/pictures-(.*?)\.png in path and https://cdn1.domain.com/pictures/$1/default.png

Your CSV file must be formatted with 2 columns “src” and “dst” header line
example:
src,dst/link1/link.html,https://redirect.com/link1//link2/link.php,https://redirect.com/link1/
