You should have set up your .htaccess file to redirect one to the other so you do not have duplicate content on your site.
Example for redirect.
RewriteEngine On RewriteCond %{HTTP_HOST} !^www\.mt-example\.com$ [NC] RewriteRule ^(.*)$ http://www.mt-example.com/$1 [L,R=301]