Thursday, October 4, 2012

ASP.NET 301 redirects (mandatory for SEO)

I am stealing from here this:

Response.Status = "301 Moved Permanently";
Response.AddHeader("Location", "/");

No comments:

Post a Comment