문제

In IIS 6, I need to allow multiple domains to come through to a single website so that they can all share the same master page and database. They would all have a uniform look. I own a separate domain name for each site. I need to know what is the best way of accomplishing this. I have read about ISAPI rewrite but don't really understand how that works. I have also considered just having a redirect statement based on the url. The websites each share the same purpose, but each one site is for a separate company.

도움이 되었습니까?

해결책

It sounds like you want to use host headers. One site can "answer" to many domain names.

Using Host Header Names to Host Multiple Web Sites (IIS 6.0)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top