Redirect Rule: ``` (http.request.uri.path matches "^/path/.*" and http.host eq "your.host.name") ```

Redirect Rule:
(http.request.uri.path matches "^/path/.*" and http.host eq "your.host.name")
Redirects to:
Dynamic  regex_replace(http.request.uri.path, "^/path", "")  302
Was this page helpful?