Update .htaccess to Geode 1.13, add geode-native doc redirects
diff --git a/website/content/.htaccess b/website/content/.htaccess
index 358b5c1..4232c47 100755
--- a/website/content/.htaccess
+++ b/website/content/.htaccess
@@ -16,5 +16,7 @@
 RewriteEngine On
 RewriteCond %{HTTPS} !=on
 RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
-RedirectMatch 301 /serverman/(.*) https://geode.apache.org/docs/guide/110/$1
-RedirectMatch 301 /geodeman/(.*) https://geode.apache.org/docs/guide/110/$1
+RedirectMatch 301 /serverman/(.*) https://geode.apache.org/docs/guide/113/$1
+RedirectMatch 301 /geodeman/(.*) https://geode.apache.org/docs/guide/113/$1
+RedirectMatch 301 /cppdocs/(.*) https://geode.apache.org/releases/latest/cppdocs/$1
+RedirectMatch 301 /dotnetdocs/(.*) https://geode.apache.org/releases/latest/dotnetdocs/$1