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 b040a84 commit 201e0d4Copy full SHA for 201e0d4
src/content/docs/rules/reference/page-rules-migration.mdx
@@ -129,10 +129,10 @@ You configured a Page Rule to perform an automatic redirect from HTTP to HTTPS f
129
130
- **If incoming requests match**: Wildcard pattern
131
- **Request URL**: `http://*`
132
- - **Then**:
133
- - **Target URL**: `https://${1}`
134
- - **Status code**: _301_
135
- - **Preserve query string**: Enabled
+- **Then**:
+ - **Target URL**: `https://${1}`
+ - **Status code**: _301_
+ - **Preserve query string**: Enabled
136
137
2. Turn off your existing Page Rule and validate the behavior of the redirect you created.
138
0 commit comments