I'm building a site that will be available on two domains, example.com and example.eu. Currently I have it up and running on example.com (example.eu is HTTP redirected to example.com).
What I need is that both example.com and example.eu point to the same host (atm they don't) - in other words, when you go to http://example.com/somepage.php, the same script is executed as with http://example.eu/somepage.php, without any HTTP redirects.
Which type of DNS record should I use, A or CNAME? (Is there a difference? The articles I've read left me confused. (Can you recommend some DNS tutorial?))