From 22b5878b24b1e70bd3956ccc141433c459a580be Mon Sep 17 00:00:00 2001 From: Ethan Yoo Date: Thu, 6 Oct 2022 09:29:13 -0400 Subject: [PATCH] Remove 301 redirect The redirect is no longer required as the specified page is no longer appearing in search results. --- static/.htaccess | 3 --- 1 file changed, 3 deletions(-) diff --git a/static/.htaccess b/static/.htaccess index f01561e..1bb8810 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -12,9 +12,6 @@ -# Redirect search results (Google, DuckDuckGo, and Bing) -Redirect 301 /categories/october-2020 /2020/10 - # Set custom error page: https://faq.nearlyfreespeech.net/full/error ErrorDocument 404 /404.html