I would like (for a certain page) when using the "Shortcut to page in EPIServer" property to, instead of performing a 302 redirect, perform a 301.
My initial thought towards this was to check the page type in the global.asax.cs, but this seems very expensive, and wondered if there are any other ways of performing a 301 redirect for certain page types using this property?
Hi!
I would like (for a certain page) when using the "Shortcut to page in EPIServer" property to, instead of performing a 302 redirect, perform a 301.
My initial thought towards this was to check the page type in the global.asax.cs, but this seems very expensive, and wondered if there are any other ways of performing a 301 redirect for certain page types using this property?
Thanks in advance,
Karl.