-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
76 lines (63 loc) · 1.64 KB
/
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
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
[[redirects]]
## no page equivalent ##
from = "/services"
to = "https://earthsmartwater.com"
status = 301
[[redirects]]
## no direct page equivalent ##
from = "/services/plumbing-and-heating"
to = "https://earthsmartwater.com"
status = 301
[[redirects]]
from = "/services/water-treatment-and-testing"
to = "https://earthsmartwater.com/water-testing-treatment/"
status = 301
[[redirects]]
from = "/services/pumps-and-wells"
to = "https://earthsmartwater.com/well-water-systems-cisterns/"
status = 301
[[redirects]]
## no page equivalent ##
from = "/services/rainwater-harvesting"
to = "https://earthsmartwater.com/about-us/"
status = 301
[[redirects]]
## no page equivalent ##
from = "/services/new-home-construction"
to = "https://earthsmartwater.com/about-us/"
status = 301
[[redirects]]
from = "/services/nutrient-delivery-system"
to = "https://earthsmartwater.com/commercial-small-water-systems/"
status = 301
[[redirects]]
## no page equivalent ##
from = "/featured-projects"
to = "https://earthsmartwater.com/commercial-small-water-systems/"
status = 301
[[redirects]]
## no page equivalent ##
from = "/testimonials"
to = "https://earthsmartwater.com"
status = 301
[[redirects]]
from = "/about-us"
to = "https://earthsmartwater.com/about-us/"
status = 301
[[redirects]]
from = "/contact-us"
to = "https://earthsmartwater.com/contact-us/"
status = 301
[[redirects]]
from = "/book-an-appointment"
to = "https://earthsmartwater.com/contact-us/"
status = 301
[[redirects]]
from = "/request-a-quote"
to = "https://earthsmartwater.com/contact-us/"
status = 301
## Catch All for any other url
[[redirects]]
from = "/*"
to = "https://earthsmartwater.com"
status = 301