September 11, 2010
@ 09:38 PM
adres çubuğunda www yazılıp yazılmadığını kontrol edin. yoksa www ekleyin.

if (Request.Url.Authority.StartsWith("www"))
return;


var url = string.Format("{0}://www.{1}{2}",
Request.Url.Scheme,

Request.Url.Authority,

Request.Url.PathAndQuery);


Response.Redirect(url, true);


 
All comments require the approval of the site owner before being displayed.
Name
E-mail
Home page

Comment (Some html is allowed: a@href@title, i, strike, u) where the @ means "attribute." For example, you can use <a href="" title=""> or <blockquote cite="Scott">.  

Enter the code shown (prevents robots):

Live Comment Preview