From f9b48b8ad39e3a9a5eea7980810471f80eea8537 Mon Sep 17 00:00:00 2001 From: Chris Croome Date: Thu, 20 Jun 2019 17:47:38 +0100 Subject: [PATCH] Redirect for old URLs added --- .htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.htaccess b/.htaccess index 49d9f5e..1b04f5b 100644 --- a/.htaccess +++ b/.htaccess @@ -12,6 +12,8 @@ AddOutputFilter DEFLATE html AddOutputFilter DEFLATE svg AddOutputFilter DEFLATE css AddOutputFilter DEFLATE js +# URL's that changed +Redirect /coops/ https://www.coops.tech/co-op/ # Canonical URLs redirect to the domain with a www RewriteEngine on