#Redirect Rule Expression
2 messages · Page 1 of 1 (latest)
Eventually the redirect rules will have a nice page rules like wildcard option, but until then you can use
concat("https://", http.host, "/blog", substring(http.request.uri.path, 5))
like