-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathredirects.json
94 lines (94 loc) · 2.34 KB
/
redirects.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"plugin": {
"version": "3.2",
"date": "Thu, 05 Apr 2018 21:27:15 +0000"
},
"groups": [
{
"id": 1,
"name": "Redirections",
"redirects": 4,
"module_id": 1,
"moduleName": "WordPress",
"enabled": true
},
{
"id": 2,
"name": "Modified Posts",
"redirects": 0,
"module_id": 1,
"moduleName": "WordPress",
"enabled": true
}
],
"redirects": [
{
"id": 1,
"url": "\/2018\/03\/26\/hello-world\/",
"action_code": 301,
"action_type": "url",
"action_data": {
"url": "\/sample-page"
},
"match_type": "url",
"title": "",
"hits": 2,
"regex": false,
"group_id": 1,
"position": 0,
"last_access": "March 26, 2018",
"enabled": true
},
{
"id": 2,
"url": "\/2018\/03\/",
"action_code": 301,
"action_type": "url",
"action_data": {
"url": "\/2018\/03\/26\/hello-world\/"
},
"match_type": "url",
"title": "",
"hits": 0,
"regex": false,
"group_id": 1,
"position": 1,
"last_access": "-",
"enabled": true
},
{
"id": 3,
"url": "\/about-us",
"action_code": 301,
"action_type": "url",
"action_data": {
"url": "\/about-us\/company"
},
"match_type": "url",
"title": "",
"hits": 0,
"regex": false,
"group_id": 1,
"position": 2,
"last_access": "-",
"enabled": true
},
{
"id": 4,
"url": "\/test",
"action_code": 301,
"action_type": "url",
"action_data": {
"url": "\/test\/new\/test"
},
"match_type": "url",
"title": "",
"hits": 0,
"regex": false,
"group_id": 1,
"position": 3,
"last_access": "-",
"enabled": true
}
]
}