all repos — website @ 5619a512a607df67ca5970494917e20471aab8c6

My website

Update redirects

Alan Pearce
commit

5619a512a607df67ca5970494917e20471aab8c6

parent

7064c5348cf154f2ef51acdcd04843183f4ffead

1 file changed, 15 insertions(+), 3 deletions(-)

changed files
M netlify.tomlnetlify.toml
@@ -9,18 +9,30 @@ HUGO_ENABLEGITINFO = "true"
[[redirects]] from = "https://alanpearceuk.netlify.com/*" - to = "https://alanpearce.uk/:splat" + to = "https://www.alanpearce.uk/:splat" status = 301 force = true [[redirects]] from = "https://www.alanpearce.co.uk/*" - to = "https://alanpearce.uk/:splat" + to = "https://www.alanpearce.uk/:splat" status = 301 force = true [[redirects]] from = "https://alanpearce.co.uk/*" - to = "https://alanpearce.uk/:splat" + to = "https://www.alanpearce.uk/:splat" + status = 301 + force = true + +[[redirects]] + from = "http://www.alanpearce.co.uk/*" + to = "https://www.alanpearce.uk/:splat" + status = 301 + force = true + +[[redirects]] + from = "http://alanpearce.co.uk/*" + to = "https://www.alanpearce.uk/:splat" status = 301 force = true