diff options
author | Alan Pearce | 2018-06-11 15:40:06 +0000 |
---|---|---|
committer | Alan Pearce | 2018-06-11 15:40:06 +0000 |
commit | 5619a512a607df67ca5970494917e20471aab8c6 (patch) | |
tree | 13992a3b7b789282cfe64497698904486779761e | |
parent | 7064c5348cf154f2ef51acdcd04843183f4ffead (diff) | |
download | website-5619a512a607df67ca5970494917e20471aab8c6.tar.xz website-5619a512a607df67ca5970494917e20471aab8c6.zip |
Update redirects
-rw-r--r-- | netlify.toml | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/netlify.toml b/netlify.toml index 0b02993..daedd90 100644 --- a/netlify.toml +++ b/netlify.toml | |||
@@ -9,18 +9,30 @@ | |||
9 | 9 | ||
10 | [[redirects]] | 10 | [[redirects]] |
11 | from = "https://alanpearceuk.netlify.com/*" | 11 | from = "https://alanpearceuk.netlify.com/*" |
12 | to = "https://alanpearce.uk/:splat" | 12 | to = "https://www.alanpearce.uk/:splat" |
13 | status = 301 | 13 | status = 301 |
14 | force = true | 14 | force = true |
15 | 15 | ||
16 | [[redirects]] | 16 | [[redirects]] |
17 | from = "https://www.alanpearce.co.uk/*" | 17 | from = "https://www.alanpearce.co.uk/*" |
18 | to = "https://alanpearce.uk/:splat" | 18 | to = "https://www.alanpearce.uk/:splat" |
19 | status = 301 | 19 | status = 301 |
20 | force = true | 20 | force = true |
21 | 21 | ||
22 | [[redirects]] | 22 | [[redirects]] |
23 | from = "https://alanpearce.co.uk/*" | 23 | from = "https://alanpearce.co.uk/*" |
24 | to = "https://alanpearce.uk/:splat" | 24 | to = "https://www.alanpearce.uk/:splat" |
25 | status = 301 | ||
26 | force = true | ||
27 | |||
28 | [[redirects]] | ||
29 | from = "http://www.alanpearce.co.uk/*" | ||
30 | to = "https://www.alanpearce.uk/:splat" | ||
31 | status = 301 | ||
32 | force = true | ||
33 | |||
34 | [[redirects]] | ||
35 | from = "http://alanpearce.co.uk/*" | ||
36 | to = "https://www.alanpearce.uk/:splat" | ||
25 | status = 301 | 37 | status = 301 |
26 | force = true \ No newline at end of file | 38 | force = true \ No newline at end of file |