From c6240fe6b03fc47663d706f140b2d36f375d3815 Mon Sep 17 00:00:00 2001 From: Frank Breedijk Date: Wed, 14 Dec 2022 13:40:40 +0100 Subject: [PATCH] Fix typo --- deploy/.htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/.htaccess b/deploy/.htaccess index 9831f62..d7d08c7 100644 --- a/deploy/.htaccess +++ b/deploy/.htaccess @@ -90,8 +90,8 @@ RewriteRule ^divd.fund/(.*) /$1/ [L,r=301] # divd.global -# recirect divd.fund to www.divd.nl +# recirect divd.global to www.divd.nl RewriteCond %{HTTP_HOST} divd\.global$ [NC] -RewriteRule (.*) https://www.divd.nl/$1 [r=301,L] +RewriteRule (.*) https://www.divd.nl/$1 [Gr=301,L]