Common redirects
diff --git a/src/site/resources/.htaccess b/src/site/resources/.htaccess
new file mode 100644
index 0000000..c1bd396
--- /dev/null
+++ b/src/site/resources/.htaccess
@@ -0,0 +1,6 @@
+Redirect permanent  "/httpclient-3.x"                  "/httpclient-legacy"
+Redirect permanent  "/httpcomponents-asyncclient-ga"   "/httpcomponents-asyncclient-4.1.x"
+Redirect temp       "/httpcomponents-core-ga"          "/httpcomponents-core-5.0.x"
+Redirect temp       "/httpcomponents-client-ga"        "/httpcomponents-client-5.0.x"
+Redirect temp       "/httpcomponents-core-dev"         "/httpcomponents-core-5.1.x"
+Redirect temp       "/httpcomponents-client-dev"       "/httpcomponents-client-5.1.x"