Hi All,
What is the best way to handle 301 redirection in K12 MVC development? Do we need to use url rewrite or any default feature we can look into in K12 MVC approach? Thanks.
Hi!
For better performance I would suggest always avoiding handling redirects with CMS. It's a best practice to implement redirects on proxy or load balancer before reaching the CMS.
Thanks.
Please, sign in to be able to submit a new answer.