you need to do a htaccess redirect

Options +FollowSymLinks
RewriteEngine on

RewriteCond %{HTTP_HOST} ^www.old-domain.com$ [NC]
RewriteRule ^(.*)$ http://www.new-domain.com/$1 [R=301,L]

add all the domains you want to redirect as a rewritecond
make the rewriterule the main domain you want it redirected to
michaellin85 Reviewed by michaellin85 on . Redirect all other domains to .com Hello all, I have a website that has .co.uk, .in, .us, .eu and others... Currently if you visit any site it is the same but if you use a domain to enter in it will stay that on th stop browser, I want it if someone goes to My domain.eu/hello.html To go to My domain.com/hello.html Rating: 5