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/22 16:03:36 UTC

[httpcomponents-website] 02/04: 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 bcbd728987cb4ee11760a4594883dfd70166f4e8
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Mon Feb 22 17:02:54 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"