Forum Discussion

steven_normole's avatar
Nov 08, 2023

Traffic Policy redirect

received a request to redirect traffic to other sites.

The request is if contains URI /sites/site1 then redirect to https://website.com/sites/site1.  That is a easy rule, but the there are a very large amount of subsites.  So trying to figure out how to do a wildcard match and then match it to the redirect URL to the same subsite.

for example:

https;//website1.com/sites/search ---> https://website2.com/sites/search

in the Traffic policy would have a condition if URI contains /sites/* then redirect to the redirect site

3 Replies