Redirect Rule Expression

What is the correct redirect rule for rewriting https://example.com/news/<anything> to https://example.com/blog/<anything> ?
2 Replies
Chaika
Chaika5mo ago
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
No description
Chaika
Chaika5mo ago
No description
Want results from more Discord servers?
Add your server