update .htaccess to redirect to v 1.14
diff --git a/website/content/.htaccess b/website/content/.htaccess
index 59b4318..9f98d18 100755
--- a/website/content/.htaccess
+++ b/website/content/.htaccess
@@ -16,7 +16,7 @@
 RewriteEngine On
 RewriteCond %{HTTPS} !=on
 RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
-RedirectMatch 301 /serverman/(.*) https://geode.apache.org/docs/guide/113/$1
-RedirectMatch 301 /geodeman/(.*) https://geode.apache.org/docs/guide/113/$1
+RedirectMatch 301 /serverman/(.*) https://geode.apache.org/docs/guide/114/$1
+RedirectMatch 301 /geodeman/(.*) https://geode.apache.org/docs/guide/114/$1
 RedirectMatch 301 /cppapiref/(.*) https://geode.apache.org/releases/latest/cppdocs/$1
 RedirectMatch 301 /dotnetapiref/(.*) https://geode.apache.org/releases/latest/dotnetdocs/$1