You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2021/02/15 16:49:01 UTC

[httpcomponents-website] 02/02: Common redirects

This is an automated email from the ASF dual-hosted git repository.

olegk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-website.git

commit c7f55b173c0f13f04d827dd21d5ba24aec8feaf1
Author: Oleg Kalnichevski <Ol...@abraxas.ch>
AuthorDate: Mon Feb 15 17:48:36 2021 +0100

    Common redirects
---
 src/site/resources/.htaccess | 6 ++++++
 1 file changed, 6 insertions(+)

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"