Best is to test with
curl example1.com
and curl example2.com
or open your browser in private / incognito mode. I often got bitten by the browser cache showing me wrong results. Also check with curl -IL example1.com
and curl -IL example2.com
if there is a redirect happening. As @scuba_mike already mentioned, look at your log files.