0

I tried to set up the site settings in order to access it with or without www with no success. I only can acces it without www. (http://mywebsite.com). The IIS 7 is running on a windows web server 2008. Any idea how to solve it?

1 Answers1

0

If it is a public site, you can use CNAME DNS record, see: Click Here

Something like this:

mywebsite.com    - A Record - Production Server IP
www              - CNAME    - mywebsite.com
Community
  • 1
  • 1
Grady G Cooper
  • 1,044
  • 8
  • 19
  • Thanks for your response! But where do i have to set that? the site is running under an iis7, and in a windows web server 2008 so, i do not have a "cpanel". – Ramiro Querejeta Apr 30 '15 at 15:29