I administered my domain e.g www.abcd.com in Amazon Route53. Everything works perfectly, except that when user type abcd.com without www, it won\'t get resolved. Any idea? Thank
To have your domain.com (without www) on Amazon Route53 you need:
On my case I create a new record set for www.domain too, but with type CNAME and put my ec2 domain.
[edit] Print of my current configuration:
[update] If not work for you then you need to check your apache configuration. Check the ServerName and ServerAlias to allow *.yoursite.com or just www.yoursite.com. Don't forget restart your apache after changes.