dns - IIS 7 IP address forwarding -
i want move websites server 1 server 2.
my clients have records pointing ip address of server 1. without updating dns records, how can automatically forward request domains server 1 server 2?
thanks
graham
this image an article regarding exchange, iis settings relevant.
you can redirect @ http level specifying url redirect in iis's http redirect settings:-
however, approach work need new domain sites. e.g. if record resolves www.example.com
server 1
need redirect url (e.g. www.example.edu
) resolves server 2
.
another option setup reverse proxy using iis on server 1
:
today there question in iis.net forums asking how expose 2 different internet sites site making them if subdirectories in main site.
so example goal have site:
www.site.com
exposewww.site.com/company1
,www.site.com/company2
, have contentwww.company1.com
served first 1 ,www.company2.com
served in second one
so different requirements (the article wants subdirectory rather whole site), same concept apply.
Comments
Post a Comment