Skip to content

Commit eb5d8b1

Browse files
committed
Update Bulk Redirects
1 parent 72eaa84 commit eb5d8b1

File tree

3 files changed

+22
-20
lines changed

3 files changed

+22
-20
lines changed

src/content/docs/rules/url-forwarding/bulk-redirects/create-api.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
---
22
pcx_content_type: how-to
3-
title: Create via API
3+
title: Create Bulk Redirects via API
44
sidebar:
55
order: 7
6-
head:
7-
- tag: title
8-
content: Create Bulk Redirects via API
6+
label: Create via API
97
description: Learn how to create Bulk Redirects using the Cloudflare API.
108
---
119

src/content/docs/rules/url-forwarding/bulk-redirects/create-dashboard.mdx

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,29 @@
11
---
22
pcx_content_type: how-to
3-
title: Create in the dashboard
3+
title: Create Bulk Redirects in the dashboard
44
sidebar:
55
order: 6
6-
head:
7-
- tag: title
8-
content: Create Bulk Redirects in the dashboard
9-
6+
label: Create in the dashboard
107
---
118

12-
import { Details, Render } from "~/components"
9+
import { Details, Render } from "~/components";
1310

1411
To create Bulk Redirects in the Cloudflare dashboard you must:
1512

1613
1. Create a Bulk Redirect List with one or more URL redirects.
1714
2. Create a Bulk Redirect Rule to enable the URL redirects in the list.
1815

19-
<Render file="url-forwarding/requires-proxied-site" params={{ one: "Bulk Redirects" }} />
16+
You can create Bulk Redirect Lists and Bulk Redirect Rules in the Cloudflare dashboard:
17+
18+
- At the account level, in **Bulk Redirects**.
19+
- At the zone level, in **Rules** > **Redirect Rules** (**Bulk Redirects** tab).
20+
21+
However, the lists and rules only exist at the account level and every zone in the same account will show the same items.
22+
23+
<Render
24+
file="url-forwarding/requires-proxied-site"
25+
params={{ one: "Bulk Redirects" }}
26+
/>
2027

2128
## 1. Create a Bulk Redirect List
2229

@@ -30,7 +37,6 @@ To create Bulk Redirects in the Cloudflare dashboard you must:
3037

3138
5. You can import a CSV file containing several URL redirects or enter URL redirects one at a time in the dashboard.
3239

33-
3440
<Details header="Import a CSV file">
3541

3642
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/).
@@ -39,10 +45,8 @@ To create Bulk Redirects in the Cloudflare dashboard you must:
3945

4046
8. Select **Next**.
4147

42-
4348
</Details>
4449

45-
4650
<Details header="Add URL redirects manually">
4751

4852
9. Select **Or, manually add URL redirects**.
@@ -53,20 +57,22 @@ To create Bulk Redirects in the Cloudflare dashboard you must:
5357

5458
12. Select **Next**.
5559

56-
5760
</Details>
5861

5962
13. Review and edit the URL redirects you imported or created, and select **Next**.
6063

6164
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.
6265

6366
:::note[Notes]
64-
<Render file="lists-import-notes" product="fundamentals" />
67+
68+
<Render file="lists-import-notes" product="fundamentals" />
69+
6570
:::
6671

6772
## 2. Create a Bulk Redirect Rule
6873

6974
1. (Optional) If you are not using the Bulk Redirect List creation wizard according to the instructions in the previous section:
75+
7076
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account.
7177
2. Go to Account Home > **Bulk Redirects**.
7278
3. Select **Create Bulk Redirect Rule**.

src/content/docs/rules/url-forwarding/bulk-redirects/how-it-works.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
---
2-
title: How it works
2+
title: How Bulk Redirects work
33
pcx_content_type: concept
44
sidebar:
55
order: 4
6-
head:
7-
- tag: title
8-
content: How Bulk Redirects work
6+
label: How it works
97
---
108

119
For each incoming request, Cloudflare evaluates all URL redirects of each Bulk Redirect List that is enabled by a Bulk Redirect Rule.

0 commit comments

Comments
 (0)