From ac7e6fd95dfea271109755b96b26d3b20f555ff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Harper?= Date: Tue, 26 Nov 2024 10:28:14 -0500 Subject: [PATCH] fix 404 (close #61) --- src/.htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/.htaccess b/src/.htaccess index a7122b9..d5d9dc4 100644 --- a/src/.htaccess +++ b/src/.htaccess @@ -1,3 +1,5 @@ +ErrorDocument 404 /404.html + Redirect 301 "/2018words" "/3words2018" Redirect 301 "/30mins" "https://calendly.com/fharper/30mins" Redirect 301 "/40-life-tips-1" "/40-life-tips-01"