From b6e04361bdfc726fa5de8e63ac770691125517ed Mon Sep 17 00:00:00 2001 From: Darcy Wong Date: Wed, 15 Nov 2023 12:15:38 +0700 Subject: [PATCH] chore: Remove redirect for live site --- .htaccess | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.htaccess b/.htaccess index 8f136d55c..66b3556f0 100644 --- a/.htaccess +++ b/.htaccess @@ -13,13 +13,6 @@ DirectorySlash off RewriteEngine on RewriteBase / -# Redirect http://help.keyman.com to https://help.keyman.com, -# but only if on a live site (help.keyman.com) and not -# matching `/.well-known/(.*)$` (for Let's Encrypt) - - Redirect "/" "https://help.keyman.com" - - # Custom error messages (need to pass the original request) ErrorDocument 404 /_includes/errors/404.php?uri=%{REQUEST_URI}