I am new to web building and I am learning real quick.
I need code to redirect my other sites to my current one. Where can I find it or what is it?
![]() | Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years. Thanks, CNET Support |
I am new to web building and I am learning real quick.
I need code to redirect my other sites to my current one. Where can I find it or what is it?
Discussion is locked
The solutions:
1. A special html-page on your other sites. http://www.google.com/search?q=html+redirect tells you all you need to know.
2. Use the DNS to point your old url's to your new IP-address.
Kees
<meta http-equiv="REFRESH" content="0;url=http://www.the-domain-you-want-to-redirect-to.com">
~Sovereign