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