Update .htaccess for v10.0
diff --git a/website/content/.htaccess b/website/content/.htaccess
index b2fef04..ea74986 100755
--- a/website/content/.htaccess
+++ b/website/content/.htaccess
@@ -16,5 +16,5 @@
 RewriteEngine On
 RewriteCond %{HTTPS} !=on
 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 /serverman/(.*) https://geode.apache.org/docs/guide/100/$1
+RedirectMatch 301 /geodeman/(.*) https://geode.apache.org/docs/guide/100/$1