Hi there, I want to know that how to resolve the Canonical issue i.e. www and non www versions of the websites for Windows based hosting. Regards bushib
If your windows server is running on apache then it is possible to use htaccess to do this, however it can be slightly tricky to get working. However if it is just running windows server or IIS then you cannot use htaccess, I haven't had much experience with non-apache servers so I cannot help you with that.
Hi, If you are working with IIS with no control panel (control panels will sometimes reset changes) you can configure a redirect direct via IIS if you have remote desktop access. Click Start > run type "inetmgr" without quotes Add a new virtual host with the host-name you want to redirect. (i.e. www.example.net) Right click on the new virtual host and select properties Switch to the Home Directory tab Check "A redirection to a URL" and then the URL (i.e. example.net) You may want to make it a permanent redirection.
Hi Bushib, You can go to iis, take the properties of site you are mentioning. In the website tab, click on advanced button, there you need to give both headers www.sitename.com IP Port80 sitename.com IP port80 I also suggest adding a CNAME for the sitename.com as www.sitename.com in the DNS zone for your domain. Regards Sreyas
I think its not at all a problem you can easily cofig your http cofig to fix this issue just search google for this you will find lot of answers