-
Notifications
You must be signed in to change notification settings - Fork 20
/
netlify.toml
41 lines (32 loc) · 901 Bytes
/
netlify.toml
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
[[redirects]]
from = "https://doc.silverstripe.org/*"
to = "https://docs.silverstripe.org/:splat"
force = true
status = 302
[[redirects]]
from = "/"
to = "/en/5/"
status = 302
[[redirects]]
from = "/en"
to = "/en/5/"
status = 302
[[redirects]]
from = "/framework/en/*"
to = "/en/5/:splat"
status = 302
[[redirects]]
from = "/contributing"
to = "/en/5/contributing/"
[[redirects]]
from = "/en/4/getting_started/installation/common_problems"
to = "/en/4/getting_started/"
[[redirects]]
from = "/en/4/getting_started/installation/server_requirements"
to = "/en/4/getting_started/server_requirements/"
[[redirects]]
from = "/en/3/getting_started/installation/common_problems"
to = "/en/3/getting_started/common_problems/"
[[redirects]]
from = "/en/3/getting_started/installation/server_requirements"
to = "/en/3/getting_started/server_requirements/"