Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
Can you please clarify a little bit?
From what you’ve posted above, if you add the redirect like that you would have the following redirect chain:
http(s)://test.org/ --> https://www.test.org/ --> another-website.com
So no matter if you access http://test.org/ or https://www.test.org/ you would always be redirected to the other site.
You could for example redirect your home page to another domain and leave all subpages without a redirect. So the redirect chain would be something like this:
http(s)://(www.)test.org --> another-website.com
http(s)://(www.)test.org/all-other-pages - load as normal
Regards, Bobby
Bobby hi,
I know this fact: So no matter if you access http://test.org/ or https://www.test.org/ you would always be redirected to the other site.
The main issue here is that facts that all previous external backlinks was pointed to this domain name http://www.test.org/ and now we have to much redirect chains in order to transfer all those ref. domains to another websites via 301 redirects (google not in such good way see all those backlinks) as it will be redirect directly from first old url like this one for example http://www.test.org/ directly to another our website.
So means that we would like to test this situation and set-up redirect directly from old one main page like this one http://www.test.org/ to new website with only one redirect chain - without this scenario:
http://www.test.org/ - to https://www.test.org/ and to the new website.
I hope you understand our needs.
Many thanks.