I'm having trouble setting up an Route53 Apex Zone that point to an ELB and works on www and non-www domain names.
The domain name is datingjapan.co
In Route53 I have
- clicked new record set
- added the name www (I read to leave this blank but found the DNS lookup failed for www.datingjapan.co).
- clicked Alias and then in the Target I could select the ELB from the drop down.
ELB - I can see my 2 webservers are there and alive.
In apache httpd.conf I'm running a number of other sites (without ELB successfully - this is just temp until I get ELB working).
httpd.conf virtual site for datingjapan.co is
<VirtualHost *:80>
DocumentRoot /var/www/html/datingjapan.co
ServerName datingjapan.co
ServerAlias www.datingjapan.co
</VirtualHost>
Can anyone advise what I might be doing wrong?
thankyou
Note: currently I can get to the site using www.datingjapan.co but not using datingjapan.co