From 5619a512a607df67ca5970494917e20471aab8c6 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 11 Jun 2018 15:40:06 +0000 Subject: Update redirects --- netlify.toml | 18 +++++++++++++++--- 1 file 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 @@ [[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 \ No newline at end of file -- cgit 1.4.1