I have an EC2 instance running Redmine and myPHPadmin at https://myElasticIP/redmine
and https://myElasticIP/phpmyadmin
.
I have a domain name registered with namecheap: myDomain.us
Using Route 53, I have customized the DNS of myDomain.us
(through the namecheap interface) to use the delegate NS's in Route 53, so going to myDomain.us
will automatically reference myelasticIP
instead.
How do I get it so that going to redmine.myDomain.us
references https://myElasticIP/redmine
and myphpadmin.myDomain.us
references https://myElasticIP/myphpadmin
? (without using URL Frames or URL redirect...I want x.myDomain.us
to remain in the address bar)