Added redirects for "/httpcomponents-asyncclient", "/httpcomponents-core" and "/httpcomponents-client"
diff --git a/src/site/resources/.htaccess b/src/site/resources/.htaccess
index 8279672..6e1693b 100644
--- a/src/site/resources/.htaccess
+++ b/src/site/resources/.htaccess
@@ -1,6 +1,9 @@
 Redirect permanent  "/httpclient-3.x"                  "/httpclient-legacy"
+Redirect permanent  "/httpcomponents-asyncclient"      "/httpcomponents-asyncclient-4.1.x"
 Redirect permanent  "/httpcomponents-asyncclient-ga"   "/httpcomponents-asyncclient-4.1.x"
+Redirect temp       "/httpcomponents-core"             "/httpcomponents-core-5.1.x"
 Redirect temp       "/httpcomponents-core-ga"          "/httpcomponents-core-5.1.x"
+Redirect temp       "/httpcomponents-client"           "/httpcomponents-client-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"