You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -61,13 +61,15 @@ The following HTML code is an example error page for 5XX errors without styling:
61
61
62
62
To update an account-level custom error page:
63
63
64
-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
65
-
2. Go to **Manage Account** > **Configurations**.
66
-
3. Select **Error Pages** and identify your desired custom error page type.
67
-
4. (Optional) To preview the current error page (default or custom), select the link in the **Show** column.
68
-
5. To edit the error page, select three dots > **Edit** next to the page type you previously identified.
69
-
6. To use Cloudflare's default page, select **Cloudflare default page.** To provide a custom error page, select **Custom page** and enter the URL of the custom error page you created.
70
-
7. Select **Confirm**.
64
+
1. In the Cloudflare dashboard, go to the **Settings** page.
65
+
66
+
<DashButtonurl="/?to=/:account/configurations" />
67
+
68
+
2. Go to **Error Pages** and identify your desired custom error page type.
69
+
3. (Optional) To preview the current error page (default or custom), select the link in the **Show** column.
70
+
4. To edit the error page, select the three dots > **Edit** next to the page type you previously identified.
71
+
5. To use Cloudflare's default page, select **Cloudflare default page.** To provide a custom error page, select **Custom page** and enter the URL of the custom error page you created.
72
+
6. Select **Confirm**.
71
73
72
74
### Zone-level custom error page
73
75
@@ -76,7 +78,7 @@ To edit a zone-level custom error page:
76
78
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and website.
77
79
2. Go to **Error Pages** and identify your desired custom error page type.
78
80
3. (Optional) To preview the current error page (default or custom), select the link in the **Show** column.
79
-
4. To edit the error page, select three dots > **Edit** next to the page type you previously identified.
81
+
4. To edit the error page, select the three dots > **Edit** next to the page type you previously identified.
80
82
5. To use Cloudflare's default page, select **Cloudflare default page.** To provide a custom error page, select **Custom page** and enter the URL of the custom error page you created.
@@ -22,14 +22,15 @@ import { GlossaryTooltip } from "~/components";
22
22
23
23
### 2. Build a trace
24
24
25
-
1. In the [Cloudflare dashboard](https://dash.cloudflare.com), go to Account Home > **Trace**.
25
+
1. In the Cloudflare dashboard, go to the **Trace** page.
26
+
27
+
<DashButtonurl="/?to=/:account/trace" />
26
28
27
29
2. Enter a URL to trace. The URL must include a hostname that belongs to your account.
28
30
29
31
3. Select an HTTP method. If you select _POST_, _PUT_, or _PATCH_, you should enter a value in **Request Body**.
30
32
31
33
4. (Optional) Define any custom request properties to simulate the conditions of a specific HTTP/S request. You can customize the following request properties:
To create Bulk Redirects in the Cloudflare dashboard you must:
12
12
@@ -15,7 +15,7 @@ To create Bulk Redirects in the Cloudflare dashboard you must:
15
15
16
16
You can create Bulk Redirect Lists and Bulk Redirect Rules in the Cloudflare dashboard:
17
17
18
-
- At the account level, in **Bulk Redirects**.
18
+
- At the account level, in **Bulk redirects**.
19
19
- At the zone level, go to **Rules** > **Settings** and select the **Bulk Redirects** tab.
20
20
21
21
However, the lists and rules only exist at the account level and every zone in the same account will show the same items.
@@ -28,45 +28,49 @@ However, the lists and rules only exist at the account level and every zone in t
28
28
29
29
## 1. Create a Bulk Redirect List
30
30
31
-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account.
31
+
{/* prettier-ignore-start */}
32
32
33
-
2. Go to Account Home > **Bulk Redirects**.
33
+
1. In the Cloudflare dashboard, go to the **Bulk redirects** page.
34
34
35
-
3. Under **Bulk Redirect Lists**, select **Create Bulk Redirect List**.
35
+
<DashButtonurl="/?to=/:account/bulk-redirects" />
36
36
37
-
4. Enter a list name and description, and select **Next**.
37
+
2. Under **Bulk Redirect Lists**, select **Create Bulk Redirect List**.
38
38
39
-
5. You can import a CSV file containing several URL redirects or enter URL redirects one at a time in the dashboard.
39
+
3. Enter a list name and description, and select **Next**.
40
40
41
-
:::note
42
-
The source URL of each redirect cannot include a query string. For more information, refer to the [supported URL components](/rules/url-forwarding/bulk-redirects/reference/url-components/).
43
-
:::
41
+
4. You can import a CSV file containing several URL redirects or enter URL redirects one at a time in the dashboard.
42
+
43
+
:::note
44
+
The source URL of each redirect cannot include a query string. For more information, refer to the [supported URL components](/rules/url-forwarding/bulk-redirects/reference/url-components/).
45
+
:::
46
+
47
+
<Detailsheader="Import a CSV file">
44
48
45
-
<Detailsheader="Import a CSV file">
49
+
1. Drag and drop a CSV file containing URL redirects or select **browse** and select a CSV file. For more information on the file format, refer to [CSV file format](/rules/url-forwarding/bulk-redirects/reference/csv-file-format/).
46
50
47
-
6. Drag and drop a CSV file containing URL redirects or select **browse** and select a CSV file. For more information on the file format, refer to [CSV file format](/rules/url-forwarding/bulk-redirects/reference/csv-file-format/).
51
+
2. The dashboard will display the URL redirects that were successfully imported from the file. You can manually adjust the displayed records or add/remove URL redirects before proceeding.
48
52
49
-
7. The dashboard will display the URL redirects that were successfully imported from the file. You can manually adjust the displayed records or add/remove URL redirects before proceeding.
53
+
3. Select **Next**.
50
54
51
-
8. Select **Next**.
55
+
</Details>
52
56
53
-
</Details>
57
+
<Detailsheader="Add URL redirects manually">
54
58
55
-
<Detailsheader="Add URL redirects manually">
59
+
1. Select **Or, manually add URL redirects**.
56
60
57
-
9. Select **Or, manually add URL redirects**.
61
+
2. Enter the URL redirects you wish to add to the list. You must enter at least the following three fields: **Source URL**, **Target URL**, and **Status**. To set additional options, expand **Edit parameters**.
58
62
59
-
10. Enter the URL redirects you wish to add to the list. You must enter at least the following three fields: **Source URL**, **Target URL**, and **Status**. To set additional options, expand **Edit parameters**.
63
+
3. Add more URL redirects, if required.
60
64
61
-
11. Add more URL redirects, if required.
65
+
4. Select **Next**.
62
66
63
-
12. Select **Next**.
67
+
</Details>
64
68
65
-
</Details>
69
+
5. Review and edit the URL redirects you imported or created, and select **Next**.
66
70
67
-
13. Review and edit the URL redirects you imported or created, and select **Next**.
71
+
6. Select **Continue to Redirect Rules** to go to the rule creation page, and follow the instructions in the next section. You must create a Bulk Redirect Rule to enable the URL redirects you defined.
68
72
69
-
14. Select **Continue to Redirect Rules** to go to the rule creation page, and follow the instructions in the next section. You must create a Bulk Redirect Rule to enable the URL redirects you defined.
73
+
{/* prettier-ignore-end */}
70
74
71
75
:::note[Notes]
72
76
@@ -77,9 +81,11 @@ The source URL of each redirect cannot include a query string. For more informat
77
81
## 2. Create a Bulk Redirect Rule
78
82
79
83
1. (Optional) If you are not using the Bulk Redirect List creation wizard according to the instructions in the previous section:
80
-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account.
81
-
2. Go to Account Home > **Bulk Redirects**.
82
-
3. Select **Create Bulk Redirect Rule**.
84
+
1. In the Cloudflare dashboard, go to the **Bulk redirects** page.
85
+
86
+
<DashButtonurl="/?to=/:account/bulk-redirects" />
87
+
88
+
2. Select **Create Bulk Redirect Rule**.
83
89
84
90
2. In **Rule name**, enter a descriptive name for the rule.
0 commit comments