Remove NC API redirects from .htaccess - they caused a "too many redirects" error
diff --git a/website/content/.htaccess b/website/content/.htaccess
index 6dffb99..9a0d6ff 100755
--- a/website/content/.htaccess
+++ b/website/content/.htaccess
@@ -18,5 +18,6 @@
 RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
 RedirectMatch 301 /serverman/(.*) https://geode.apache.org/docs/guide/19/$1
 RedirectMatch 301 /geodeman/(.*) https://geode.apache.org/docs/guide/19/$1
-RedirectMatch 301 /dotnetdocs/(.*) https://geode.apache.org/releases/latest/dotnetdocs/$1
-RedirectMatch 301 /cppdocs/(.*) https://geode.apache.org/releases/latest/cppdocs/$1
+# Following lines ma cause a "too many redirects" error
+# RedirectMatch 301 /dotnetdocs/(.*) https://geode.apache.org/releases/latest/dotnetdocs/$1
+# RedirectMatch 301 /cppdocs/(.*) https://geode.apache.org/releases/latest/cppdocs/$1