We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e164eb commit 3674a9cCopy full SHA for 3674a9c
src/content/docs/rules/url-forwarding/examples/redirect-admin-https.mdx
@@ -23,7 +23,7 @@ This example single redirect for zone `example.com` will redirect requests for t
23
24
**Then**
25
26
-- **Target URL**: `https://store.example.com/${1}`
+- **Target URL**: `https://store.example.com/admin${1}`
27
- **Status code:** _301_
28
- **Preserve query string:** Enabled
29
0 commit comments