I have a site that is published on TMG now.. I published it on UTM and when I type www.domain.com I got IIS root home page. What is the problem here...
Since it seems as though your using Host Headers, sounds as though IIS is configured so that the site is only listening for page1 and not www. Check the bindings in IIS. If you aren't hosting multiple sites on that server, you're better off binding with *, then you can use split-brain dns, so your users can access the site with www.domain.com, regardless of whether or not they are internal or external.
__________________ ACE v8/SCA v9.3
...still have a v5 install disk in a box somewhere.
Since it seems as though your using Host Headers, sounds as though IIS is configured so that the site is only listening for page1 and not www. Check the bindings in IIS. If you aren't hosting multiple sites on that server, you're better off binding with *, then you can use split-brain dns, so your users can access the site with www.domain.com, regardless of whether or not they are internal or external.
__________________ ACE v8/SCA v9.3
...still have a v5 install disk in a box somewhere.