I am a new webmaster for a company and are now rewriting some webpages on their site. This company are using EPI Server 4.61.0.83 and I am looking for a feature to redirect old webbpages (301 redirect) to the noew ones I am creating. Where do I find this functionality?
I don't think there is such a functionality out of a box.
However, the only thing you need is the dict of the mappings (old url or page id -> new url) and use the dict in the Global.asax.cs in the Application_BeginRequest method.
Hi
I am a new webmaster for a company and are now rewriting some webpages on their site. This company are using EPI Server 4.61.0.83 and I am looking for a feature to redirect old webbpages (301 redirect) to the noew ones I am creating. Where do I find this functionality?