I have a portal on amazon ec2. Which Many domains and also cname's point to this server elastic IP. Like aaa.com, bbb.com, ccc.com, *.abc.com.
now I want to take to behind load balancer. The main issue for me is when I take a request the content of portal is generated based on url entered. So programmatically www.aaa.com and aaa.com is also different for app.
How do I resolve this issue?