Redirect old website to new website (redirect to an external link)
Hi, our old website was built on Umbraco but we have done antoher one now using another software. I need to redirect all those people who potentially type the old website address (let's say www.company.eu) to the new website (let's say www.companyinternational.eu).
I am using Umbraco V. 4.7.2 and I've only seen the possibility to redirect one page to another one internally (within the same website), but not externally (two different websites)
Could anyone help me? Please note that I don't have any technical background (I only manage the content)
You could do this using rewrite rules in IIS or editing the web.config for the old site?
Alternatively, you could point the DNS for the www.company.eu domain to the same as www.companyinternational.eu and do the redirect in that site's IIS/ web.config if you want to shut down the old site completely?
Redirect old website to new website (redirect to an external link)
Hi, our old website was built on Umbraco but we have done antoher one now using another software. I need to redirect all those people who potentially type the old website address (let's say www.company.eu) to the new website (let's say www.companyinternational.eu).
I am using Umbraco V. 4.7.2 and I've only seen the possibility to redirect one page to another one internally (within the same website), but not externally (two different websites)
Could anyone help me? Please note that I don't have any technical background (I only manage the content)
Thanks!
Hello,
You could do this using rewrite rules in IIS or editing the web.config for the old site?
Alternatively, you could point the DNS for the www.company.eu domain to the same as www.companyinternational.eu and do the redirect in that site's IIS/ web.config if you want to shut down the old site completely?
Thanks, Carole
is working on a reply...