I have an application deployed on AWS, and an URL redirects to this application.
If I want users to use different URL to access different pages, how to do it?
For example, user A can access homepage 1 from homepage1.domain.com
, user B can access homepage 2 from homepage2.domain.com
.
Is this possible to achieve using same application instance?
Thanks.