|
|
|
|
|
by med00d
4209 days ago
|
|
You're looking for a DNS host. Amazon's route 53 is a good choice. Alternatively, you could use wildcard DNS and programmatically determine the host header value to direct the user to the correct place. For example, in PHP that information would be available by using $_SERVER['HTTP_HOST']. |
|