Redirect to www sub domain

Discussion in 'Windows / IIS' started by josephdecarlo, Dec 28, 2008.

  1. Currently, when navigate to my domain using the www subdomain, I get redirected to the root.

    To be clear: If I navigate to http://www.technicalmatriculate.com, I get redirected to http://technicalmatriculate.com

    I would like to reverse this behavior. Navigating to either www or the root should take me to the www subdomain. How can I configure to get this feature?
     
  2. It sounds like you already have a redirect script implemented on your web application. When you call on your domain name either with a 'www.technicalmatriculate.com' or 'technicalmatriculate.com' it should show on the address bar what you typed in. I suggest looking into your web applications config file and changing it to redirect to 'www.technicalmatriculate.com'.

    rcp
    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page