17/08/2015 by Nitesh

301 Redirect Non WWW to WWW Using Web.config in ASP.Net

Friends, Whenever we host a domain on server, we are able to access the webpage from http://www.mydomain.com as well as http://domain.com. For SEO purposes, this is not good as Google and other search engines penalises the website as duplicate content. To resolve this, we can redirect the non-www domain to www domain.  In this post, we…

Continue Reading »