Hi, I want to do something like this, when people type in "mysite.com" it will redirect them to "www.mysite.com"...i believe lots of people here are already very familiar with this question. How would I able to do this if my site is hosted in IIS? 1) I don't have admin access. 2) all my pages are .htm. Many thanks,
If you are using .htm files then you simply cant do it without getting your webhosts to make at least some changes. You could ask them to add the 301 or alternatively ask them to add the .htm file extension to go through the .Net engine which you can then create the redirect in using the global.asax file.