Tag Archives: 301

Changing Temporary (302) To Permanent (301) Redirects

It’s common place to register multiple variations of a domain to protect the brand or product that the domain is related to. At some point, a web master must choose what he or she is going to do with the … Continue reading

Posted in Search | Tagged , , , , , , | Leave a comment

ASP.NET Permanent (301) Redirect

Within ASP.NET, the System.Web.HttpResponse class providers a method to handle HTTP redirects, aptly named Redirect. The Redirect method has two overloads: Redirect (string) Redirect (string, bool) The former accepts a string representation of the URI that you’d like to redirect … Continue reading

Posted in Programming | Tagged , , , , | 1 Comment