I've read a few posts here on how is the most proper way to have a 301 redirect from old URLs to the new ones. It's a multi site Umbraco installation and each language has its own site tree. Old URLs coming from the same domain while the new site will have five different domains.
All I want is to redirect properly to the new URLs, let's see some examples.
Old url: www.domain.com/en/index.html New redirect: www.newdomain.com/
Old url: www.domain.com/nl/index.html New redirect: www.newdomain.nl/
Old url: www.domain.com/nl/gallery.html New redirect: www.newdomain.nl/gallery/
I got a recommendation from another post which give this piece of code.
301 Url Redirect using urlrewriting.config
Hi all,
I've read a few posts here on how is the most proper way to have a 301 redirect from old URLs to the new ones. It's a multi site Umbraco installation and each language has its own site tree. Old URLs coming from the same domain while the new site will have five different domains.
All I want is to redirect properly to the new URLs, let's see some examples.
Old url: www.domain.com/en/index.html
New redirect: www.newdomain.com/
Old url: www.domain.com/nl/index.html
New redirect: www.newdomain.nl/
Old url: www.domain.com/nl/gallery.html
New redirect: www.newdomain.nl/gallery/
I got a recommendation from another post which give this piece of code.
Any ideas, directions would be great!
is working on a reply...